summaryrefslogtreecommitdiff
path: root/packages/Shell
diff options
context:
space:
mode:
author Etan Cohen <etancohen@google.com> 2022-03-14 23:03:25 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2022-03-14 23:03:25 +0000
commitdc2f8bfaeea8355a17d98483b97e0104c4e0d1eb (patch)
tree5b3a1ae1e71ab9258e1988bbce28c16630378504 /packages/Shell
parentb9fc2910cad1b07edcd0b1eef6aeebe89eb5e3e0 (diff)
parentbee32e37f6ced3d9b04b620262a3ce35d5a2d0ed (diff)
Merge "Add MANAGE_WIFI_INTERFACES to the shell permission"
Diffstat (limited to 'packages/Shell')
-rw-r--r--packages/Shell/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml
index e6af794a0b48..8f2ac9f3e6b4 100644
--- a/packages/Shell/AndroidManifest.xml
+++ b/packages/Shell/AndroidManifest.xml
@@ -508,6 +508,7 @@
<uses-permission android:name="android.permission.WIFI_ACCESS_COEX_UNSAFE_CHANNELS" />
<uses-permission android:name="android.permission.WIFI_UPDATE_COEX_UNSAFE_CHANNELS" />
<uses-permission android:name="android.permission.NEARBY_WIFI_DEVICES" />
+ <uses-permission android:name="android.permission.MANAGE_WIFI_INTERFACES" />
<uses-permission android:name="android.permission.OVERRIDE_WIFI_CONFIG" />
<!-- Permission needed for CTS test - ConcurrencyTest#testP2pExternalApprover
P2P external approver API sets require MANAGE_WIFI_NETWORK_SELECTION permission. -->