fix vconf value for onPause status 41/108641/1 accepted/tizen/common/20170105.172557 accepted/tizen/ivi/20170105.223620 accepted/tizen/mobile/20170105.223528 accepted/tizen/tv/20170105.223547 accepted/tizen/wearable/20170105.223602 submit/tizen/20170105.093247
authorjomui <jongmun.woo@samsung.com>
Thu, 5 Jan 2017 09:12:44 +0000 (18:12 +0900)
committerjomui <jongmun.woo@samsung.com>
Thu, 5 Jan 2017 09:13:02 +0000 (18:13 +0900)
Signed-off-by: jomui <jongmun.woo@samsung.com>
Change-Id: Ibb7f284b1b5b5a6bd84f9f22b40b419981856b1f

heremaps-uc/src/heremaps-uc.c

index 48c2130..1ceca9e 100644 (file)
@@ -273,12 +273,9 @@ static void _app_terminate_cb(void *user_data)
 static void _app_pause_cb(void *user_data)
 {
        LS_FUNC_ENTER
-       //minseo.park:Sep 20, 2016:HERE UC launcher is hidden type app. So never be managed by applicaiton manager.
-       // So when paused by other event, should exit. And have to set vconfkey for notifing to caller application.
-       int enabled = 0;
-       vconf_get_int(VCONFKEY_LOCATION_HEREMAPS_CONSENT, &enabled);
 
-       save_vconf(enabled);
+       save_vconf(0);
+
        elm_exit();
 }