From c573661f4ce2156268a900cc859a50ef2e0813b5 Mon Sep 17 00:00:00 2001 From: Svetoslav Ganov Date: Tue, 11 Oct 2016 18:16:46 -0700 Subject: [PATCH] Allow SetupWizard to do WiFi scans if location off Location permission is needed for apps to do WiFi scans and if location is globally off no app can scan too. It is possible that an OEM does not want location to be on until the user agrees to that or a device owner can turn location off before setup. As a result setup wizard cannot show the WiFi networks preventing the user form logging in. This change allows the setup wizard component to perform WiFi scans even if location is globally off. bug:29577364 Change-Id: I6b7c5dca76b8c8ee6051ea2dad3cec6879683524 --- core/res/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 372dc7f39da5b..c8165024e87b6 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -3035,7 +3035,7 @@ + android:protectionLevel="signature|setup" />