summaryrefslogtreecommitdiff
path: root/packages/Shell
diff options
context:
space:
mode:
authorShashwat Razdan <srazdan@google.com>2021-01-14 20:23:00 +0000
committerShashwat Razdan <srazdan@google.com>2021-01-14 20:23:00 +0000
commit751ea3c10e62956f90512261ac6ff83e56b316a6 (patch)
tree0b9d52afd3c40d74763a73cb7b49b75dfa2441a3 /packages/Shell
parent539dbe61c57234512ced37daa5a284009ade50f6 (diff)
Add new MANAGE_SMARTSPACE permission for the cts test
Bug: 176851064 Test: cts test runs only with this CL Change-Id: I6466bd3871ff3ad0e5178451d18bacf52be0f491
Diffstat (limited to 'packages/Shell')
-rw-r--r--packages/Shell/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml
index 741a6803a1e3..8c2dfd4723d3 100644
--- a/packages/Shell/AndroidManifest.xml
+++ b/packages/Shell/AndroidManifest.xml
@@ -156,6 +156,7 @@
<uses-permission android:name="android.permission.MANAGE_CONTENT_SUGGESTIONS" />
<uses-permission android:name="android.permission.MANAGE_APP_PREDICTIONS" />
<uses-permission android:name="android.permission.MANAGE_SEARCH_UI" />
+ <uses-permission android:name="android.permission.MANAGE_SMARTSPACE" />
<uses-permission android:name="android.permission.NETWORK_SETTINGS" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<uses-permission android:name="android.permission.SET_TIME" />