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

Commit 7f0ea0a6 authored by Hyein Yu's avatar Hyein Yu
Browse files

Add FULL_ACCESS_CELL_BROADCAST_HISTORY permission to shell for CellBroadcast MTS test.

Grant FULL_ACCESS_CELL_BROADCAST_HISTORY permissions to the shell identity for use within CellBroadcast MTS tests.

Bug: 236217191
Bug: 227422973
Test: atest com.android.cellbroadcastreceiver.compliancetests.CellBroadcastConfigTest
Change-Id: Ief5a4c168968b4dc8c9cf7cc071618d41c23d220
parent 13db8fd5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -483,6 +483,8 @@ applications that come with the platform
        <permission name="android.permission.NOTIFY_PENDING_SYSTEM_UPDATE" />
        <!-- Permission required for GTS test - GtsAssistIntentTestCases -->
        <permission name="android.permission.MANAGE_VOICE_KEYPHRASES" />
        <!-- Permission required for test - CellBroadcastComplianceTest -->
        <permission name="com.android.cellbroadcastservice.FULL_ACCESS_CELL_BROADCAST_HISTORY" />
        <!-- Permission required for ATS test - CarDevicePolicyManagerTest -->
        <permission name="android.permission.LOCK_DEVICE" />
        <!-- Permissions required for CTS test - CtsSafetyCenterTestCases -->
+3 −0
Original line number Diff line number Diff line
@@ -680,6 +680,9 @@
    <!-- Permission required for CTS test - Notification test suite -->
    <uses-permission android:name="android.permission.REVOKE_POST_NOTIFICATIONS_WITHOUT_KILL" />

    <!-- Permission required for test - CellBroadcastComplianceTest -->
    <uses-permission android:name="com.android.cellbroadcastservice.FULL_ACCESS_CELL_BROADCAST_HISTORY" />

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