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

Commit edc3b4fa authored by Wei Liu's avatar Wei Liu Committed by android-build-merger
Browse files

Allow shell to acquire wakelock. am: 6e500010

am: 973a07c8

Change-Id: I20881eddb5c51835aea3eb78bee80f06fb2cb205
parents 325db121 973a07c8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -114,6 +114,8 @@
    <uses-permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE" />
    <!-- Permission needed to rename bugreport notifications (so they're not shown as Shell) -->
    <uses-permission android:name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME" />
    <!-- Permission needed to hold a wakelock in dumpstate.cpp (drop_root_user()) -->
    <uses-permission android:name="android.permission.WAKE_LOCK" />

    <application android:label="@string/app_label"
                 android:defaultToDeviceProtectedStorage="true"