aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2018-01-05 17:15:40 -0700
committerJeff Sharkey <jsharkey@android.com>2018-01-07 19:29:16 -0700
commit42cb997bed39c45a355957d51f1eff16ee381aa8 (patch)
treebbc5258539eca6a8f7e6c359da8c6f4980d41d9b
parent5e221bb9d1ef708ce371e2776b59b03cd239ab8e (diff)
downloadContactsProvider-42cb997bed39c45a355957d51f1eff16ee381aa8.tar.gz
Add reserved disk GID to critical component.
We recently created a new GID that can be granted to critical system processes, so that the system is usable enough for the user to free up disk space used by abusive apps. Test: builds, boots Bug: 62024591 Change-Id: I32fadfb42eb5fd08b13b9da0ee025ca54bfcf2e5
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index aa1c396f..ca4264b2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -15,6 +15,7 @@
<uses-permission android:name="android.permission.SEND_CALL_LOG_CHANGE" />
<uses-permission android:name="android.permission.UPDATE_APP_OPS_STATS" />
<uses-permission android:name="android.permission.WRITE_CONTACTS" />
+ <uses-permission android:name="android.permission.USE_RESERVED_DISK" />
<permission
android:name="android.permission.SEND_CALL_LOG_CHANGE"