Loading core/res/res/values/strings.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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.--> Loading proto/src/system_messages.proto +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
core/res/res/values/strings.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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.--> Loading
proto/src/system_messages.proto +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading