system activity for scan always available setting
Takes user permission via a dialog to enable scans to be always available.
Bug: 8141918
Change-Id: I1e5e45e514726c2cbfd86e747123e477e00fd7ed
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1e19d28..4aab395 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1433,6 +1433,9 @@
<!-- Do not translate. Concise terminology for wifi with 802.1x EAP security -->
<string name="wifi_security_eap">802.1x EAP</string>
+ <string name="wifi_scan_always_turnon_message">To improve location accuracy and for other purposes, <xliff:g id="app_name">%1$s</xliff:g> wants to turn on network scanning, even when Wi-Fi is off.\n\nAllow this for all apps that want to scan?</string>
+ <string name="wifi_scan_always_confirm_allow">Allow</string>
+ <string name="wifi_scan_always_confirm_deny">Deny</string>
<!-- Button label to connect to a Wi-Fi network -->
<string name="wifi_connect">Connect</string>