summaryrefslogtreecommitdiff
path: root/packages/Shell
diff options
context:
space:
mode:
authorBrad Ebinger <breadley@google.com>2021-03-04 23:17:13 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-03-04 23:17:13 +0000
commitca282c8cbf53e3e6c19494f0b2e15dea2e4211c2 (patch)
tree560c976d11ed09b2c30703b8d9fd9c8edba014eb /packages/Shell
parentb13ad0777073e58ee5ea9b83fc29a81adc749eae (diff)
parent29dfa1cd76135b2e6ca8fd9a9fb4416a7baf6578 (diff)
Merge "Define new permission to perform IMS RCS Reg actions and integrate ACCESS_IMS_SINGLE_REGISTRATION into APIS"
Diffstat (limited to 'packages/Shell')
-rw-r--r--packages/Shell/AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml
index cd7449ad0d8e..211638bdb42a 100644
--- a/packages/Shell/AndroidManifest.xml
+++ b/packages/Shell/AndroidManifest.xml
@@ -339,6 +339,9 @@
<!-- Permission required for CTS test - CtsTelephonyTestCases -->
<uses-permission android:name="android.permission.ACCESS_RCS_USER_CAPABILITY_EXCHANGE" />
+ <!-- Permission required for CTS test - CtsTelephonyTestCases -->
+ <uses-permission android:name="android.permission.PERFORM_IMS_SINGLE_REGISTRATION" />
+
<!-- Permission needed for CTS test - DisplayTest -->
<uses-permission android:name="android.permission.OVERRIDE_DISPLAY_MODE_REQUESTS" />