diff options
| author | 2021-01-06 19:08:24 +0000 | |
|---|---|---|
| committer | 2021-01-06 19:08:24 +0000 | |
| commit | c7dfd602ee78e465ec6992a51523b7d187b888ca (patch) | |
| tree | baf8c1b5e31641402928ff40d47fb707c3ada6a5 /packages/Shell | |
| parent | 89ec9d42d9df2c7e02eaa8490c751bf6aa86965d (diff) | |
| parent | 7597d0839cee0e591a120d83266c4288b29eaede (diff) | |
Merge "Add wifi coex permissions to Shell for CTS tests"
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 ea20be7fd9eb..88eef6ab109a 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -340,6 +340,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" |