Give shell BIND_TELECOM_CONNECTION_SERVICE for CTS
To exercise some telecom-related CTS tests, we need to be able to call
APIs guarded by BIND_TELECOM_CONNECTION_SERVICE.
Bug: 205737545
Test: atest android.telephony.cts.TelephonyManagerTest
Change-Id: Ie466a12038e652e597a6df399cd17d28b470dc4f
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml
index c6fbfd8..19073bb 100644
--- a/packages/Shell/AndroidManifest.xml
+++ b/packages/Shell/AndroidManifest.xml
@@ -632,6 +632,9 @@
<!-- Permission required for CTS test - CaptioningManagerTest -->
<uses-permission android:name="android.permission.SET_SYSTEM_AUDIO_CAPTION" />
+ <!-- Permission required for CTS test - CtsTelephonyTestCases -->
+ <uses-permission android:name="android.permission.BIND_TELECOM_CONNECTION_SERVICE" />
+
<application android:label="@string/app_label"
android:theme="@android:style/Theme.DeviceDefault.DayNight"
android:defaultToDeviceProtectedStorage="true"