summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Svetoslav Ganov <svetoslavganov@google.com> 2016-10-13 20:06:37 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-10-13 20:06:38 +0000
commitc98b34bdce1fb1b43755af7fb8538efb0d0dc953 (patch)
tree6424537861bc5412260752c81a77e023227d1255
parent6057a8360ac6854620b1b37a4b745c03776e2005 (diff)
parentc573661f4ce2156268a900cc859a50ef2e0813b5 (diff)
Merge "Allow SetupWizard to do WiFi scans if location off"
-rw-r--r--core/res/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 372dc7f39da5..c8165024e87b 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -3035,7 +3035,7 @@
<!-- @SystemApi Allows access to MAC addresses of WiFi and Bluetooth peer devices.
@hide -->
<permission android:name="android.permission.PEERS_MAC_ADDRESS"
- android:protectionLevel="signature" />
+ android:protectionLevel="signature|setup" />
<!-- Allows the Nfc stack to dispatch Nfc messages to applications. Applications
can use this permission to ensure incoming Nfc messages are from the Nfc stack