diff options
author | 2016-10-13 20:06:37 +0000 | |
---|---|---|
committer | 2016-10-13 20:06:38 +0000 | |
commit | c98b34bdce1fb1b43755af7fb8538efb0d0dc953 (patch) | |
tree | 6424537861bc5412260752c81a77e023227d1255 | |
parent | 6057a8360ac6854620b1b37a4b745c03776e2005 (diff) | |
parent | c573661f4ce2156268a900cc859a50ef2e0813b5 (diff) |
Merge "Allow SetupWizard to do WiFi scans if location off"
-rw-r--r-- | core/res/AndroidManifest.xml | 2 |
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 |