summaryrefslogtreecommitdiffstats
path: root/data/etc/platform.xml
diff options
context:
space:
mode:
authorChristopher Tate <ctate@android.com>2009-07-14 15:38:07 -0700
committerChristopher Tate <ctate@android.com>2009-07-14 15:38:07 -0700
commitde83ab9fce4d02ddfde785e193bc787497d45138 (patch)
tree94a227fb89320799f7742323c27d0e7ec723db06 /data/etc/platform.xml
parent334a67740c9f7f35fa9ee93cf0f8051d41ce2d7a (diff)
downloadframeworks_base-de83ab9fce4d02ddfde785e193bc787497d45138.zip
frameworks_base-de83ab9fce4d02ddfde785e193bc787497d45138.tar.gz
frameworks_base-de83ab9fce4d02ddfde785e193bc787497d45138.tar.bz2
Grant adb the BACKUP permission
This also means we should no longer do explicit calling-identity fiddling in dump(), relying instead on the usual permission enforcement mechanism to handle things.
Diffstat (limited to 'data/etc/platform.xml')
-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 a3579c7..0069fe1 100644
--- a/data/etc/platform.xml
+++ b/data/etc/platform.xml
@@ -133,6 +133,7 @@
<assign-permission name="android.permission.READ_FRAME_BUFFER" uid="shell" />
<assign-permission name="android.permission.DEVICE_POWER" uid="shell" />
<assign-permission name="android.permission.INSTALL_LOCATION_PROVIDER" uid="shell" />
+ <assign-permission name="android.permission.BACKUP" uid="shell" />
<assign-permission name="android.permission.MODIFY_AUDIO_SETTINGS" uid="media" />
<assign-permission name="android.permission.ACCESS_DRM" uid="media" />