[mobile] Fix logic to launch menu-screen at 64bit binary 85/71785/4 accepted/tizen/mobile/20160602.091837 submit/tizen_mobile/20160602.043933
authorgs86.lee <gs86.lee@samsung.com>
Fri, 27 May 2016 05:58:09 +0000 (14:58 +0900)
committergs86.lee <gs86.lee@samsung.com>
Tue, 31 May 2016 05:31:21 +0000 (14:31 +0900)
Change-Id: I5740b91fe70360f0acd7397a7d2ddf6e7da8df29

src/mobile/home_mgr.c
src/mobile/starter.c

index f1c4d2b..eea4561 100644 (file)
@@ -144,7 +144,7 @@ void home_mgr_open_home(const char *appid)
         * If the architecture is 64bit,
         * starter will launch menu-screen only.
         */
-       _D("64bit binary : menu-screen will be launched.");
+       _D("[64bit] menu-screen will be launched.");
        home_appid = MENU_SCREEN_PKG_NAME;
 #endif
 
index 867ab38..88c8937 100755 (executable)
@@ -282,7 +282,6 @@ static void _init(struct appdata *ad)
        status_register();
        status_active_register_cb(STATUS_ACTIVE_KEY_SYSMAN_POWER_OFF_STATUS, _power_off_cb, NULL);
 
-#ifndef TIZEN_BUILD_TARGET_64
        /*
         * If 'VCONFKEY_BOOT_ANIMATION_FINISHED' is already 1,
         * it is not necessary to register vconfkey callback function.
@@ -299,7 +298,6 @@ static void _init(struct appdata *ad)
 
                status_active_register_cb(STATUS_ACTIVE_KEY_BOOT_ANIMATION_FINISHED, _boot_animation_finished_cb, NULL);
        }
-#endif
 
        hw_key_create_window();
        home_mgr_init(NULL);