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

Commit 14a8d903 authored by rambowang's avatar rambowang Committed by Rambo Wang
Browse files

Add READ_BASIC_PHONE_STATE permission to Shell for CTS

This change adds new permission READ_BASIC_PHONE_STATE to Shell package.

The new CTS satellite test in CtsTelephonyTestCases needs the help of
Shell permission to test the APIs which require this permission.

Bug: 357638490
Test: m -j
Flag: EXEMPT xml change
Change-Id: Ibc41a1d70a326366b9dbb8f4756da6189b2297b7
parent ea97b13f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -951,6 +951,9 @@
    <!-- Permission required for CTS test - CtsAppTestCases -->
    <uses-permission android:name="android.permission.KILL_UID" />

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

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