Merge "Add UPGRADE_RUNTIME_PERMISSIONS permission to support testing."

This commit is contained in:
Treehugger Robot
2020-02-03 23:50:29 +00:00
committed by Gerrit Code Review

View File

@@ -227,6 +227,9 @@
<uses-permission android:name="android.permission.READ_DREAM_STATE"/>
<uses-permission android:name="android.permission.WRITE_DREAM_STATE"/>
<!-- Permission needed to test mainline permission module rollback -->
<uses-permission android:name="android.permission.UPGRADE_RUNTIME_PERMISSIONS" />
<application android:label="@string/app_label"
android:theme="@android:style/Theme.DeviceDefault.DayNight"
android:defaultToDeviceProtectedStorage="true"