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
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml
index 05c5e5d..1919572 100644
--- a/packages/Shell/AndroidManifest.xml
+++ b/packages/Shell/AndroidManifest.xml
@@ -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"