Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7512abf1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add strings for Wifi Wake enabled notifications."

parents 4b5a9ce6 edb922ec
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3030,6 +3030,10 @@
    <string name="wifi_wakeup_onboarding_subtext">When you\'re near a high quality saved network</string>
    <!--Notification action to disable Wi-Fi Wake during onboarding.-->
    <string name="wifi_wakeup_onboarding_action_disable">Don\'t turn back on</string>
    <!--Notification title for when Wi-Fi Wake enables Wi-Fi.-->
    <string name="wifi_wakeup_enabled_title">Wi\u2011Fi turned on automatically</string>
    <!--Notification content for when Wi-Fi Wake enables Wi-Fi. %1$s is the SSID of the nearby saved network that triggered the wakeup. -->
    <string name="wifi_wakeup_enabled_content">You\u0027re near a saved network: <xliff:g id="network_ssid">%1$s</xliff:g></string>

    <!-- A notification is shown when a wifi captive portal network is detected.  This is the notification's title. -->
    <string name="wifi_available_sign_in">Sign in to Wi-Fi network</string>
+2 −0
Original line number Diff line number Diff line
@@ -1919,6 +1919,8 @@
  <java-symbol type="string" name="wifi_wakeup_onboarding_title" />
  <java-symbol type="string" name="wifi_wakeup_onboarding_subtext" />
  <java-symbol type="string" name="wifi_wakeup_onboarding_action_disable" />
  <java-symbol type="string" name="wifi_wakeup_enabled_title" />
  <java-symbol type="string" name="wifi_wakeup_enabled_content" />
  <java-symbol type="string" name="accessibility_binding_label" />
  <java-symbol type="string" name="adb_active_notification_message" />
  <java-symbol type="string" name="adb_active_notification_title" />