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

Commit edb922ec authored by Eric Schwarzenbach's avatar Eric Schwarzenbach
Browse files

Add strings for Wifi Wake enabled notifications.

Bug: 64094365
Test: n/a
Change-Id: I01ac0275bf0518ef4422b80a07495e61b0824f91
parent 3101268d
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
@@ -1918,6 +1918,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" />