"name" : "IDS_COM_BODY_APPLICATIONS",
"menu" : [
{
+ "key_name" : "Accounts",
+ "icon_path" : "/usr/apps/com.samsung.setting/res/icons/A01-1_icon_Accounts.png",
+ "ug_args" : "setting-myaccount-efl|mode:account_list",
+ "pos" : 0,
+ "click_times" : 0,
+ "is_resetable" : 0
+ },
+ {
+ "key_name" : "IDS_COM_BODY_CALL",
+ "icon_path" : "/usr/share/icons/default/small/org.tizen.phone.png",
+ "ug_args" : "setting-call-efl",
+ "pos" : 0,
+ "click_times" : 0,
+ "is_resetable" : 0
+ },
+ {
"key_name" : "IDS_COM_BODY_CALL",
"icon_path" : "/usr/share/icons/default/small/org.tizen.phone.png",
"ug_args" : "setting-call-efl",
/* applications keyStr*/
#define KeyStr_Applications "IDS_COM_BODY_APPLICATIONS"
+#define KeyStr_Accounts "Accounts"
#define KeyStr_Call "IDS_COM_BODY_CALL"
#define KeyStr_Gallery "IDS_COM_BODY_GALLERY"
#define IMG_StorageIcon SETTING_ICON_PATH_CFG"storage.png"
/* applications IMG*/
+#define IMG_Accounts SETTING_ICON_PATH_CFG"A01-1_icon_Accounts.png"
#define IMG_Call "/usr/share/icons/default/small/org.tizen.phone.png"
#define IMG_Messages "/usr/share/icons/default/small/org.tizen.message.png"
#define IMG_Email "/usr/share/icons/default/small/org.tizen.email.png"
/* Applications */
__create_a_menu(KeyStr_Applications);
+ __create_an_item(KeyStr_Accounts, IMG_Accounts, "setting-myaccount-efl|mode:account_list", Cfg_Item_Pos_Level0, Cfg_Item_unResetable);
__create_an_item(KeyStr_Call, IMG_Call, "setting-call-efl", Cfg_Item_Pos_Level0, Cfg_Item_unResetable);
__create_an_item(KeyStr_Messages, IMG_Messages, "msg-setting-efl", Cfg_Item_Pos_Level0, Cfg_Item_unResetable);
__create_an_item(KeyStr_Email, IMG_Email, "email-setting-efl|VIEW_TYPE:main-view", Cfg_Item_Pos_Level0, Cfg_Item_unResetable);