Skip to content
Snippets Groups Projects
Commit 14185f3b authored by Quang Luong's avatar Quang Luong Committed by Gerrit Code Review
Browse files

Merge "Add coex permissions to Shell for CTS tests"

parents 37f88d82 9f956ccf
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment