Remove the old operation about BT visibility
authorTaejin Woo <tt.woo@samsung.com>
Mon, 16 Nov 2015 01:18:25 +0000 (10:18 +0900)
committerTaejin Woo <tt.woo@samsung.com>
Mon, 16 Nov 2015 01:18:25 +0000 (10:18 +0900)
Change-Id: Iadcb12db965c83be31dc90320ada677f017025ef
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
org.tizen.sampledescriptions/html/mobile_n/bluetoothchat_sd_mn.htm

index b1696f1..04fe3f9 100644 (file)
@@ -306,8 +306,7 @@ _visibility_operation_set(void)
 &nbsp;&nbsp;&nbsp;app_control_create(&amp;service);
 &nbsp;&nbsp;&nbsp;ret_if(!service);
 
-&nbsp;&nbsp;&nbsp;app_control_set_operation(service, &quot;http://tizen.org/appcontrol/operation/edit&quot;);
-&nbsp;&nbsp;&nbsp;app_control_set_mime(service, &quot;application/x-bluetooth-visibility&quot;);
+&nbsp;&nbsp;&nbsp;app_control_set_operation(service, &quot;APP_CONTROL_OPERATION_SETTING_BT_VISIBILITY&quot;);
 &nbsp;&nbsp;&nbsp;ret = app_control_send_launch_request(service, NULL, NULL);
 &nbsp;&nbsp;&nbsp;if (ret != APP_CONTROL_ERROR_NONE) 
 &nbsp;&nbsp;&nbsp;{