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

Commit e3548b22 authored by Sergey Nikolaienkov's avatar Sergey Nikolaienkov Committed by Gerrit Code Review
Browse files

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

parents 3e21dc8b 74941c20
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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" />