Merge "Make Shell require permission for a new CTS test"

This commit is contained in:
Sergey Nikolaienkov
2020-07-22 06:17:36 +00:00
committed by Gerrit Code Review

View File

@@ -198,6 +198,9 @@
<!-- Permission needed to test tcp keepalive offload. -->
<uses-permission android:name="android.permission.PACKET_KEEPALIVE_OFFLOAD" />
<!-- Permission needed for CTS test - UnsupportedErrorDialogTests -->
<uses-permission android:name="android.permission.RESET_APP_ERRORS" />
<!-- Permission needed to run keyguard manager tests in CTS -->
<uses-permission android:name="android.permission.CONTROL_KEYGUARD_SECURE_NOTIFICATIONS" />