fix vconf value for onPause status 42/108642/1 accepted/tizen/3.0/common/20170109.083959 accepted/tizen/3.0/ivi/20170106.094400 accepted/tizen/3.0/mobile/20170106.094304 accepted/tizen/3.0/tv/20170106.094323 accepted/tizen/3.0/wearable/20170106.094341 submit/tizen_3.0/20170105.093330
authorjomui <jongmun.woo@samsung.com>
Thu, 5 Jan 2017 09:16:49 +0000 (18:16 +0900)
committerjomui <jongmun.woo@samsung.com>
Thu, 5 Jan 2017 09:17:10 +0000 (18:17 +0900)
Signed-off-by: jomui <jongmun.woo@samsung.com>
Change-Id: I2d56f8aeb7fd73266cfb2ab653bc4812ed554f91

heremaps-uc/src/heremaps-uc.c

index bedadbd88fddb0af3f4b066b66d5c80e3a540e60..1445fdcc911019f620c748f05b94ef8f41112984 100644 (file)
@@ -234,12 +234,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();
 }