summaryrefslogtreecommitdiff
path: root/core/res
diff options
context:
space:
mode:
authorSunil Ravi <sunilravi@google.com>2021-03-03 21:50:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-03-03 21:50:21 +0000
commitbb57bf925ab366774736cf0c8002bfcc3a1d678d (patch)
tree49d6bb24aef416d7cbf6ae679e33be9cea09b0a2 /core/res
parent1af6a12e98c9b2c5317b35ebe2d8c8d269e98dce (diff)
parent063cf92aa863c7691ee3d03250f79b7d99225a9b (diff)
Merge "WiFi: Define permissions for set/clear country code API"
Diffstat (limited to 'core/res')
-rw-r--r--core/res/AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 298a6c5005e1..9302b693704c 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1795,6 +1795,11 @@
<permission android:name="android.permission.WIFI_ACCESS_COEX_UNSAFE_CHANNELS"
android:protectionLevel="signature|privileged" />
+ <!-- @SystemApi @hide Allows system APK to manage country code.
+ <p>Not for use by third-party applications. -->
+ <permission android:name="android.permission.MANAGE_WIFI_COUNTRY_CODE"
+ android:protectionLevel="signature" />
+
<!-- @SystemApi @hide Allows an application to manage an automotive device's application network
preference as it relates to OEM_PAID and OEM_PRIVATE capable networks.
<p>Not for use by third-party or privileged applications. -->