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

Commit b791ecee authored by Roshan Pius's avatar Roshan Pius
Browse files

WifiNetworkSuggestion: String changes for UI control

Notification is posted prior to auto-connecting now. So change strings.

Bug: 120072329
Test: None
Change-Id: I5fcce169ad956fc3aae3cdade7732736ee9a2008
parent d5862b17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3353,9 +3353,9 @@
    <string name="wifi_available_action_all_networks">All networks</string>

    <!-- Notification title for a connection to a app suggested wireless network.-->
    <string name="wifi_suggestion_title">Connected to Wi\u2011Fi network proposed by <xliff:g id="name" example="App123">%s</xliff:g></string>
    <string name="wifi_suggestion_title">A Wi\u2011Fi network proposed by <xliff:g id="name" example="App123">%s</xliff:g> is available</string>
    <!-- Notification content for a connection to a app suggested wireless network.-->
    <string name="wifi_suggestion_content">Do you want to let <xliff:g id="name" example="App123">%s</xliff:g> propose networks for you?</string>
    <string name="wifi_suggestion_content">Do you want to connect to networks proposed by <xliff:g id="name" example="App123">%s</xliff:g>?</string>
    <!-- Notification action for allowing app specified in the notification body.-->
    <string name="wifi_suggestion_action_allow_app">Yes</string>
    <!-- Notification action for disallowing app specified in the notification body.-->
+2 −2
Original line number Diff line number Diff line
@@ -216,9 +216,9 @@ message SystemMessage {
    // Package: android
    NOTE_SOFTAP_CONFIG_CHANGED = 50;

    // Notify the user that connected to app suggested network.
    // Notify the user that an app suggested network is available for connection.
    // Package: android
    NOTE_CONNECTED_TO_NETWORK_SUGGESTION = 51;
    NOTE_NETWORK_SUGGESTION_AVAILABLE = 51;

    // ADD_NEW_IDS_ABOVE_THIS_LINE
    // Legacy IDs with arbitrary values appear below