[Common] Change mapping bluetooth privileges
authorLukasz Bardeli <l.bardeli@samsung.com>
Tue, 19 Apr 2016 11:28:13 +0000 (13:28 +0200)
committerLukasz Bardeli <l.bardeli@samsung.com>
Tue, 19 Apr 2016 11:28:13 +0000 (13:28 +0200)
Change-Id: Ida07768a636f96a292932aad2e556192f0885756
Signed-off-by: Lukasz Bardeli <l.bardeli@samsung.com>
src/utils/utils_api.js

index 6c81ff1dd17ce42ef30fd9008b8b41fc9c11eb26..b16a0062b39f313e30a1c670f264b2e0b1214c7f 100644 (file)
@@ -76,11 +76,11 @@ function Utils() {
     APPLICATION_LAUNCH: 'http://tizen.org/privilege/appmanager.launch',
     APPMANAGER_CERTIFICATE: 'http://tizen.org/privilege/notexist',
     APPMANAGER_KILL: 'http://tizen.org/privilege/appmanager.kill',
-    BLUETOOTH_ADMIN: 'http://tizen.org/privilege/bluetooth.admin',
-    BLUETOOTH_GAP: 'http://tizen.org/privilege/bluetooth.admin',
-    BLUETOOTH_HEALTH: 'http://tizen.org/privilege/bluetooth.admin',
-    BLUETOOTH_SPP: 'http://tizen.org/privilege/bluetooth.admin',
-    BLUETOOTHMANAGER: 'http://tizen.org/privilege/bluetooth.admin',
+    BLUETOOTH_ADMIN: 'http://tizen.org/privilege/bluetooth',
+    BLUETOOTH_GAP: 'http://tizen.org/privilege/bluetooth',
+    BLUETOOTH_HEALTH: 'http://tizen.org/privilege/bluetooth',
+    BLUETOOTH_SPP: 'http://tizen.org/privilege/bluetooth',
+    BLUETOOTHMANAGER: 'http://tizen.org/privilege/bluetooth',
     BLUETOOTH: 'http://tizen.org/privilege/bluetooth',
     BOOKMARK_READ: 'http://tizen.org/privilege/bookmark.admin',
     BOOKMARK_WRITE: 'http://tizen.org/privilege/bookmark.admin',