Add SIM Account management permission to shell
To enable SIM categorization CTS tests
Test: atest CtsContactsProviderTestCases
Bug: 174703455
Change-Id: I7f9e800086002d639e40846f2e6349637ed92686
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml
index a97af4b..5203967 100644
--- a/packages/Shell/AndroidManifest.xml
+++ b/packages/Shell/AndroidManifest.xml
@@ -342,6 +342,9 @@
<!-- Permissions required for CTS test - NotificationManagerTest -->
<uses-permission android:name="android.permission.MANAGE_NOTIFICATION_LISTENERS" />
+ <!-- Permissions required for CTS test - CtsContactsProviderTestCases -->
+ <uses-permission android:name="android.contacts.permission.MANAGE_SIM_ACCOUNTS" />
+
<!-- Allows overriding the system's device state from the shell -->
<uses-permission android:name="android.permission.CONTROL_DEVICE_STATE"/>