summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorGuang Zhu <guangzhu@google.com>2012-11-15 19:49:42 -0800
committerGuang Zhu <guangzhu@google.com>2012-11-15 19:49:42 -0800
commitef48662876cd79c9cd459e44bf51aeac81b06fd7 (patch)
treeb39c5fc58dc0856f46006a3e462b06e144aca01e /data
parent4c7a5d6a453512ec29c402530231dbdda5cf5f22 (diff)
downloadframeworks_base-ef48662876cd79c9cd459e44bf51aeac81b06fd7.zip
frameworks_base-ef48662876cd79c9cd459e44bf51aeac81b06fd7.tar.gz
frameworks_base-ef48662876cd79c9cd459e44bf51aeac81b06fd7.tar.bz2
grant shell user EXPAND_STATUS_BAR permission
Bug: 7555251 Change-Id: I68cebb26bcee060c56e124941f3ea9289ab2b3bf
Diffstat (limited to 'data')
-rw-r--r--data/etc/platform.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/etc/platform.xml b/data/etc/platform.xml
index 13d1791..83ecdd9 100644
--- a/data/etc/platform.xml
+++ b/data/etc/platform.xml
@@ -134,6 +134,7 @@
<assign-permission name="android.permission.ACCESS_NETWORK_STATE" uid="shell" />
<assign-permission name="android.permission.ACCESS_WIFI_STATE" uid="shell" />
<assign-permission name="android.permission.BLUETOOTH" uid="shell" />
+ <assign-permission name="android.permission.EXPAND_STATUS_BAR" uid="shell" />
<!-- System tool permissions granted to the shell. -->
<assign-permission name="android.permission.GET_TASKS" uid="shell" />
<assign-permission name="android.permission.CHANGE_CONFIGURATION" uid="shell" />