Allow shell to acquire wakelock.

am: 6e500010b1

Change-Id: I8331a2a2830551a87953edf040c1ed432e0bfd09
This commit is contained in:
Wei Liu
2016-09-22 19:01:42 +00:00
committed by android-build-merger

View File

@@ -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"