summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2018-01-05 17:15:24 -0700
committerJeff Sharkey <jsharkey@android.com>2018-01-07 19:28:57 -0700
commitb6d2cdb848d71d9786c03882eb823a3fb6a59c85 (patch)
treea8ec0d714952b05ae6e8b53f22fc7102c8f4df51
parent6e0b7f5b455c4ccee9e06db71c785c0bec5fe68c (diff)
downloadandroid_packages_providers_CalendarProvider-b6d2cdb848d71d9786c03882eb823a3fb6a59c85.tar.gz
android_packages_providers_CalendarProvider-b6d2cdb848d71d9786c03882eb823a3fb6a59c85.tar.bz2
android_packages_providers_CalendarProvider-b6d2cdb848d71d9786c03882eb823a3fb6a59c85.zip
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: I4d0ad5f368dfdac21ad4cfcbda69881c82edadc1
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 255f39a..c4ee113 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -38,6 +38,7 @@
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.UPDATE_APP_OPS_STATS" />
+ <uses-permission android:name="android.permission.USE_RESERVED_DISK" />
<application android:label="@string/calendar_storage"
android:allowBackup="false"