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

Commit 602d511b 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

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



Change-Id: I9ba3595d7fd44d238ddaad8ba183cbeaa866b85c
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 3d794a3a a7e087d1
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" />