Merge "Add BROADCAST_CLOSE_SYSTEM_DIALOGS to shell for tests"

This commit is contained in:
Bernardo Rufino
2020-12-03 17:58:45 +00:00
committed by Android (Google) Code Review

View File

@@ -350,6 +350,9 @@
<!-- Allows overriding the system's device state from the shell -->
<uses-permission android:name="android.permission.CONTROL_DEVICE_STATE"/>
<!-- Permissions required for CTS tests to close system dialogs -->
<uses-permission android:name="android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS" />
<application android:label="@string/app_label"
android:theme="@android:style/Theme.DeviceDefault.DayNight"
android:defaultToDeviceProtectedStorage="true"