diff options
author | Quang Luong <qal@google.com> | 2020-12-14 17:29:54 -0800 |
---|---|---|
committer | Quang Luong <qal@google.com> | 2020-12-17 02:53:29 +0000 |
commit | 9f956ccf413a2ea2cce3c29503e5c858798e67b2 (patch) | |
tree | 393aa57cd5e54e4bf85de25fd48392e054f96a6f /packages/Shell | |
parent | 3dc2bcc7a6ca7a38df657c49e39a3bab589a2333 (diff) |
Add coex permissions to Shell for CTS tests
Bug: 153651001
Test: CTS tests pass
Change-Id: I697171d98a9c381e609638d926907c49572e0919
Diffstat (limited to 'packages/Shell')
-rw-r--r-- | packages/Shell/AndroidManifest.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index 0fdb282edc23..84f44c0e949f 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -337,6 +337,10 @@ <!-- Permission needed for CTS test - CtsHdmiCecHostTestCases --> <uses-permission android:name="android.permission.HDMI_CEC" /> + <!-- Permission needed for CTS test - WifiManagerTest --> + <uses-permission android:name="android.permission.WIFI_ACCESS_COEX_UNSAFE_CHANNELS" /> + <uses-permission android:name="android.permission.WIFI_UPDATE_COEX_UNSAFE_CHANNELS" /> + <application android:label="@string/app_label" android:theme="@android:style/Theme.DeviceDefault.DayNight" android:defaultToDeviceProtectedStorage="true" |