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

Commit 4a619001 authored by Hyein Yu's avatar Hyein Yu Committed by Automerger Merge Worker
Browse files

Merge "Add FULL_ACCESS_CELL_BROADCAST_HISTORY permission to shell for...

Merge "Add FULL_ACCESS_CELL_BROADCAST_HISTORY permission to shell for CellBroadcast MTS test." am: 70d864fb am: a7e087d1 am: 602d511b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2228942



Change-Id: If50745a2b18aef596ec55a8d14dcf506941eb5dd
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 12639c96 602d511b
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
@@ -684,6 +684,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" />