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

Commit 1877288c authored by Abel Tesfaye's avatar Abel Tesfaye
Browse files

Add MANAGE_ROTATION_RESOLVER permission to shell application to fix CTS on non-eng builds

Test: atest CtsRotationResolverServiceDeviceTestCases & adb shell cmd resolver

Bug: 182922465
Change-Id: I8cc4252c00a074c99026bbdffaf031ba91d6a7e5
parent 92ed4077
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -458,6 +458,9 @@
    <!-- Permission required for CTS test - SystemMediaRouter2Test -->
    <uses-permission android:name="android.permission.MODIFY_AUDIO_ROUTING" />

    <!-- Permission required for CTS test - CtsRotationResolverServiceDeviceTestCases -->
    <uses-permission android:name="android.permission.MANAGE_ROTATION_RESOLVER" />

    <application android:label="@string/app_label"
                android:theme="@android:style/Theme.DeviceDefault.DayNight"
                android:defaultToDeviceProtectedStorage="true"