diff options
author | Quang Luong <qal@google.com> | 2020-12-18 12:16:17 -0800 |
---|---|---|
committer | Quang Luong <qal@google.com> | 2020-12-18 12:16:17 -0800 |
commit | 7597d0839cee0e591a120d83266c4288b29eaede (patch) | |
tree | 168e238eca6f0cdf631a039ce8fa28b0c624358b /packages/Shell | |
parent | 6601d43a234d73f5249b3fb8dbd5956577102c7c (diff) |
Add wifi coex permissions to Shell for CTS tests
Bug: 153651001
Test: CTS tests pass
Change-Id: I7c73bba692ade59731c1881b12f026e3a41891ca
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" |