summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeng Su <wengsu@google.com>2021-10-13 21:24:50 +0800
committerWeng Su <wengsu@google.com>2021-10-13 13:56:33 +0000
commit6baf1dad31398d150402085809cbe71ab3b0e453 (patch)
tree2ff3eef98acf7d11f14a3669fc32505f4ef5a431
parent373ed0127e73fc9d78a077078333704893a77b81 (diff)
downloadbase-6baf1dad31398d150402085809cbe71ab3b0e453.tar.gz
[RESTRICT AUTOMERGE] Add WiFi scan notify message (QS Internet Dialog)
Bug: 202323013 Test: add new string only, unnecessary to test. Change-Id: I54bc60793f317390a78ce1e9dc96ee31c861ad63
-rw-r--r--packages/SystemUI/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index 7aacb702b75a..4ad4fa9d0854 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -3033,4 +3033,6 @@
<string name="see_all_networks">See all</string>
<!-- Summary for warning to disconnect ethernet first then switch to other networks. [CHAR LIMIT=60] -->
<string name="to_switch_networks_disconnect_ethernet">To switch networks, disconnect ethernet</string>
+ <!-- Message to describe "Wi-Fi scan always available feature" when Wi-Fi is off and Wi-Fi scanning is on. [CHAR LIMIT=NONE] -->
+ <string name="wifi_scan_notify_message">To improve device experience, apps and services can still scan for Wi\u2011Fi networks at any time, even when Wi\u2011Fi is off. You can change this in Wi\u2011Fi scanning settings. <annotation id="link">Change</annotation></string>
</resources>