diff options
| author | 2021-12-14 20:35:51 +0000 | |
|---|---|---|
| committer | 2021-12-14 20:35:51 +0000 | |
| commit | d15fe6e622047b2559deee96e91caa260afaeaab (patch) | |
| tree | b068016ef588f13765f3d4d80e67fe348bde489b | |
| parent | 85d715bac3b907955a653322039e1cbcdea6bb6f (diff) | |
| parent | a6324ff99e4ec26ecf94f393da4a5a8c3bac9dc5 (diff) | |
Merge "Add new MANAGE_CLOUDSEARCH permission for the cts test"
| -rw-r--r-- | packages/Shell/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index 1f1e24ac8b1e..618a37e2e40f 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -237,6 +237,7 @@ <uses-permission android:name="android.permission.START_FOREGROUND_SERVICES_FROM_BACKGROUND" /> <uses-permission android:name="android.permission.ACTIVITY_EMBEDDING" /> <uses-permission android:name="android.permission.CONNECTIVITY_INTERNAL" /> + <uses-permission android:name="android.permission.MANAGE_CLOUDSEARCH" /> <uses-permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE" /> <uses-permission android:name="android.permission.MANAGE_AUTO_FILL" /> <uses-permission android:name="android.permission.MANAGE_CONTENT_CAPTURE" /> |