summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2012-10-04 12:25:28 -0700
committerMatthew Xie <mattx@google.com>2012-10-04 18:35:42 -0700
commitfca9d63635d9603c318a089397b23c17682453e3 (patch)
treee3794cfee6c568be0c83157ab35fde4e71f94cee /data
parent30ed33b141dd1add916466c193b6735cd0bf8315 (diff)
downloadframeworks_base-fca9d63635d9603c318a089397b23c17682453e3.zip
frameworks_base-fca9d63635d9603c318a089397b23c17682453e3.tar.gz
frameworks_base-fca9d63635d9603c318a089397b23c17682453e3.tar.bz2
Add multi user support for bluetooth
Create a BLUETOOTH_STACK permission to share between all users of Bluetooth apk. Bluetooth Manager binds to apk of current user bug 6925422 Change-Id: I2df5546e977c2d77bc66d97d12479d933826922a
Diffstat (limited to 'data')
-rw-r--r--data/etc/platform.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/etc/platform.xml b/data/etc/platform.xml
index a19b9b4..13d1791 100644
--- a/data/etc/platform.xml
+++ b/data/etc/platform.xml
@@ -42,6 +42,10 @@
<group gid="net_bt" />
</permission>
+ <permission name="android.permission.BLUETOOTH_STACK" >
+ <group gid="net_bt_stack" />
+ </permission>
+
<permission name="android.permission.NET_TUNNELING" >
<group gid="vpn" />
</permission>
@@ -176,6 +180,7 @@
<assign-permission name="android.permission.INTERACT_ACROSS_USERS" uid="shell" />
<assign-permission name="android.permission.INTERACT_ACROSS_USERS_FULL" uid="shell" />
<assign-permission name="android.permission.MANAGE_USERS" uid="shell" />
+ <assign-permission name="android.permission.BLUETOOTH_STACK" uid="shell" />
<assign-permission name="android.permission.MODIFY_AUDIO_SETTINGS" uid="media" />
<assign-permission name="android.permission.ACCESS_DRM" uid="media" />