diff options
author | Dianne Hackborn <hackbod@google.com> | 2011-11-15 15:01:14 -0800 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2011-11-15 16:12:30 -0800 |
commit | 7aa6d31240787da87bb06d4457fdf23e39c46f98 (patch) | |
tree | 309046e35f67438b25889af8c5a3e70c5de4bc62 /data/etc/platform.xml | |
parent | b35a21f987b99cfe90f4c46e0a708703274b8f46 (diff) | |
download | frameworks_base-7aa6d31240787da87bb06d4457fdf23e39c46f98.zip frameworks_base-7aa6d31240787da87bb06d4457fdf23e39c46f98.tar.gz frameworks_base-7aa6d31240787da87bb06d4457fdf23e39c46f98.tar.bz2 |
Whoops, need to acquire lock.
Also increase time between reports to try to reduce the amount
of redundant spam we get.
Change-Id: Iedd7d743826fffa62ee431073cb7dfb49a00cea0
Diffstat (limited to 'data/etc/platform.xml')
-rw-r--r-- | data/etc/platform.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/etc/platform.xml b/data/etc/platform.xml index 9fe2dde..6cd07a3 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -137,6 +137,7 @@ <assign-permission name="android.permission.SET_ALWAYS_FINISH" uid="shell" /> <assign-permission name="android.permission.DUMP" uid="shell" /> <assign-permission name="android.permission.SIGNAL_PERSISTENT_PROCESSES" uid="shell" /> + <assign-permission name="android.permission.KILL_BACKGROUND_PROCESSES" uid="shell" /> <!-- Internal permissions granted to the shell. --> <assign-permission name="android.permission.FORCE_BACK" uid="shell" /> <assign-permission name="android.permission.BATTERY_STATS" uid="shell" /> |