Add coex permissions to Shell for CTS tests

Bug: 153651001
Test: CTS tests pass
Change-Id: I697171d98a9c381e609638d926907c49572e0919
This commit is contained in:
Quang Luong
2020-12-14 17:29:54 -08:00
parent 3dc2bcc7a6
commit 9f956ccf41

View File

@@ -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"