Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9403362 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

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: I4aff50c26878fceace5692252cac66e56a3aea6d
parent ac870bed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@
    <uses-permission android:name="android.permission.READ_PRINT_SERVICES" />
    <uses-permission android:name="android.permission.NETWORK_SETTINGS" />
    <uses-permission android:name="android.permission.TEST_BLACKLISTED_PASSWORD" />
    <uses-permission android:name="android.permission.USE_RESERVED_DISK" />

    <application android:label="@string/settings_label"
            android:icon="@drawable/ic_launcher_settings"