From e7dc1adc85b180c3d06a26c418000ae0d5277963 Mon Sep 17 00:00:00 2001 From: Yu Jiung Date: Wed, 16 Mar 2016 11:24:12 +0900 Subject: [PATCH] Change Wi-FI Direct UG appid Descripton: This change is related to https://review.tizen.org/gerrit/#/c/62327/1 Change-Id: I7b406ee94a2ce0ee32a52d128aa8c7891792eb15 Signed-off-by: Yu jiung --- packaging/wifi-efl-ug.spec | 2 +- sources/ui-gadget/viewers-layout/viewer_manager.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/wifi-efl-ug.spec b/packaging/wifi-efl-ug.spec index 8a2f782..96ccc5c 100644 --- a/packaging/wifi-efl-ug.spec +++ b/packaging/wifi-efl-ug.spec @@ -1,7 +1,7 @@ %define _unpackaged_files_terminate_build 0 Name: wifi-efl-ug Summary: Wi-Fi UI Gadget for TIZEN -Version: 1.0.163 +Version: 1.0.164 Release: 1 Group: App/Network License: Flora-1.1 diff --git a/sources/ui-gadget/viewers-layout/viewer_manager.c b/sources/ui-gadget/viewers-layout/viewer_manager.c index ed19426..24a5d17 100755 --- a/sources/ui-gadget/viewers-layout/viewer_manager.c +++ b/sources/ui-gadget/viewers-layout/viewer_manager.c @@ -93,7 +93,7 @@ static void _launch_wifi_direct_app(void) app_control_create(&app_control); app_control_set_operation(app_control, APP_CONTROL_OPERATION_DEFAULT); app_control_set_launch_mode(app_control, APP_CONTROL_LAUNCH_MODE_GROUP); - app_control_set_app_id(app_control, "setting-wifidirect-efl"); + app_control_set_app_id(app_control, "ug-setting-wifidirect-efl"); ret = app_control_send_launch_request(app_control, NULL, NULL); if(ret == APP_CONTROL_ERROR_NONE) { -- 2.7.4