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
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index aa1c396..ca4264b 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"