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

Commit d24c070a authored by Iris Yang's avatar Iris Yang
Browse files

Make READ_NEARBY_STREAMING_POLICY adoptable by shell for CTS tests

Bug: 217224856
Test: atest android.devicepolicy.cts.NearbyAppStreamingPolicyTest && atest android.devicepolicy.cts.NearbyNotificationStreamingPolicyTest
Ignore-AOSP-First: This new permission is part of a T-targeting feature
Change-Id: I303549d4f9fcf639da3d4981a8887c3ba55434fc
parent 6cc02e8d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -686,6 +686,9 @@
    <!-- Permission required for CTS test - CtsKeystoreTestCases -->
    <uses-permission android:name="android.permission.REQUEST_UNIQUE_ID_ATTESTATION" />

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

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