remove indicator area
authorjc815.lee <jc815.lee@samsung.com>
Tue, 7 May 2013 07:27:36 +0000 (16:27 +0900)
committerjc815.lee <jc815.lee@samsung.com>
Tue, 7 May 2013 07:30:15 +0000 (16:30 +0900)
Change-Id: I6c368858ae1e4487e1063f0b6bdd8c80e40d9508
Signed-off-by: jc815.lee <jc815.lee@samsung.com>
privacy-popup/privacy-popup.c

index a420cf6..b92921b 100644 (file)
@@ -202,6 +202,7 @@ EAPI_MAIN int elm_main() {
        }
 
     UG_INIT_EFL(win, UG_OPT_INDICATOR_ENABLE);
+       elm_win_indicator_mode_set(win, ELM_WIN_INDICATOR_HIDE);
     evas_object_show(win);
 
        ad.win = win;
@@ -249,7 +250,7 @@ static int app_reset(bundle *b, void *data)
        evas_object_show(ad.win);
 
        //AUL pass appid 
-       const char *appid = bundle_get_val(b, "__AUL_PRIVACY_APPID__");
+       const char *appid = bundle_get_val(b, AUL_K_PRIVACY_APPID);
 
        if(!appid){
                LOGE("appid is null! ");