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

Commit fa832af0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add MANAGE_ROTATION_RESOLVER permission to shell application to fix CTS...

Merge "Add MANAGE_ROTATION_RESOLVER permission to shell application to fix CTS on non-eng builds" into sc-dev
parents b5d238ae 1877288c
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -458,6 +458,9 @@
    <!-- Permission required for CTS test - SystemMediaRouter2Test -->
    <!-- Permission required for CTS test - SystemMediaRouter2Test -->
    <uses-permission android:name="android.permission.MODIFY_AUDIO_ROUTING" />
    <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"
    <application android:label="@string/app_label"
                android:theme="@android:style/Theme.DeviceDefault.DayNight"
                android:theme="@android:style/Theme.DeviceDefault.DayNight"
                android:defaultToDeviceProtectedStorage="true"
                android:defaultToDeviceProtectedStorage="true"