From 3475cbd23841a188a4c92f04e3aa3c8c5b323d3d Mon Sep 17 00:00:00 2001 From: Taejin Woo Date: Mon, 16 Nov 2015 10:18:25 +0900 Subject: [PATCH] Remove the old operation about BT visibility Change-Id: Iadcb12db965c83be31dc90320ada677f017025ef Signed-off-by: Taejin Woo --- org.tizen.sampledescriptions/html/mobile_n/bluetoothchat_sd_mn.htm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/org.tizen.sampledescriptions/html/mobile_n/bluetoothchat_sd_mn.htm b/org.tizen.sampledescriptions/html/mobile_n/bluetoothchat_sd_mn.htm index b1696f1..04fe3f9 100644 --- a/org.tizen.sampledescriptions/html/mobile_n/bluetoothchat_sd_mn.htm +++ b/org.tizen.sampledescriptions/html/mobile_n/bluetoothchat_sd_mn.htm @@ -306,8 +306,7 @@ _visibility_operation_set(void)    app_control_create(&service);    ret_if(!service); -   app_control_set_operation(service, "http://tizen.org/appcontrol/operation/edit"); -   app_control_set_mime(service, "application/x-bluetooth-visibility"); +   app_control_set_operation(service, "APP_CONTROL_OPERATION_SETTING_BT_VISIBILITY");    ret = app_control_send_launch_request(service, NULL, NULL);    if (ret != APP_CONTROL_ERROR_NONE)    { -- 2.7.4