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

Commit 556bc1a3 authored by arangelov's avatar arangelov Committed by Antoan Angelov
Browse files

Add ACCESS_PDB_STATE to shell permissions

This is needed for CtsPersistentDataBlockManagerTestCases

Bug: 220030410
Test: none
Change-Id: I8d3e75caa1eece052d5495fc06c8beb3ca76b480
parent 0aa52e1b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -671,6 +671,9 @@
    <!-- Permission required for CTS test - CtsTelephonyTestCases -->
    <uses-permission android:name="android.permission.BIND_TELECOM_CONNECTION_SERVICE" />

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

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