summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjomui <jongmun.woo@samsung.com>2017-01-05 18:12:44 +0900
committerjomui <jongmun.woo@samsung.com>2017-01-05 18:13:02 +0900
commitf2749921afae9cb340269dea14821b0525d8d53f (patch)
tree6b86e9db7beaaf8cbc1d7817a57ad482613bfe75
parentf69e346bcc1f098ab335ad78968269bc6c09e8eb (diff)
downloadmaps-plugin-here-accepted/tizen/ivi/20170105.223620.tar.gz
maps-plugin-here-accepted/tizen/ivi/20170105.223620.tar.bz2
maps-plugin-here-accepted/tizen/ivi/20170105.223620.zip
Signed-off-by: jomui <jongmun.woo@samsung.com> Change-Id: Ibb7f284b1b5b5a6bd84f9f22b40b419981856b1f
-rw-r--r--heremaps-uc/src/heremaps-uc.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/heremaps-uc/src/heremaps-uc.c b/heremaps-uc/src/heremaps-uc.c
index 48c2130..1ceca9e 100644
--- a/heremaps-uc/src/heremaps-uc.c
+++ b/heremaps-uc/src/heremaps-uc.c
@@ -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();
}