diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 24 | ||||
-rw-r--r-- | res/xml/satellite_setting.xml | 3 |
2 files changed, 20 insertions, 7 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 6d865c21096..5fcb29d2e1b 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -12725,12 +12725,24 @@ Data usage charges may apply.</string> <string name="summary_supported_service">You can text anyone, including emergency services. Your phone will reconnect to a mobile network when available.</string> <!-- Summary for satellite supported service for NTN manual connection type. [CHAR_LIMIT=NONE] --> <string name="summary_supported_service_for_manual_type">After your phone is connected, you can text anyone, including emergency services.</string> - <!-- learn more text - more about satellite messaging [CHAR_LIMIT=NONE] --> - <string name="satellite_setting_summary_more_information">A satellite connection may be slower and is available only in some areas. Weather and certain structures may affect the connection. Calling by satellite isn\u2019t available. Emergency calls may still connect.\n\nIt may take some time for account changes to show in Settings. Contact <xliff:g id="carrier_name" example="T-Mobile">%1$s</xliff:g> for details.</string> - <!-- learn more text - more about satellite messaging without emergency messaging support. [CHAR_LIMIT=NONE] --> - <string name="satellite_setting_summary_more_information_no_emergency_messaging">A satellite connection may be slower and is available only in some areas. Weather and certain structures may affect the connection. Calling by satellite isn\u2019t available. Emergency calls may still connect. Texting with emergency services may not be available in all areas.\n\nIt may take some time for account changes to show in Settings. Contact <xliff:g id="carrier_name" example="T-Mobile">%1$s</xliff:g> for details.</string> - <!-- more about satellite connectivity [CHAR_LIMIT=NONE] --> - <string name="more_about_satellite_messaging">More about satellite connectivity</string> + <!-- learn more text - title of disclaimer of satellite connectivity [CHAR_LIMIT=NONE] --> + <string name="satellite_footer_content_section_0">Keep in mind</string> + <!-- learn more text - part 1 of disclaimer of satellite connectivity [CHAR_LIMIT=NONE] --> + <string name="satellite_footer_content_section_1">Satellite connectivity may take longer and is available only in some areas.</string> + <!-- learn more text - part 2 of disclaimer of satellite connectivity [CHAR_LIMIT=NONE] --> + <string name="satellite_footer_content_section_2">Weather and certain structures may affect your satellite connection.</string> + <!-- learn more text - part 3 of disclaimer of satellite connectivity [CHAR_LIMIT=NONE] --> + <string name="satellite_footer_content_section_3">Calling by satellite isn\u2019t available.</string> + <!-- learn more text - part 4 of disclaimer of satellite connectivity [CHAR_LIMIT=NONE] --> + <string name="satellite_footer_content_section_4">Emergency calls may still connect.</string> + <!-- learn more text - part 5 of disclaimer of satellite connectivity [CHAR_LIMIT=NONE] --> + <string name="satellite_footer_content_section_5">Mobile or Wi\u2011Fi network required to view external links.</string> + <!-- learn more text - part 6 of disclaimer of satellite connectivity [CHAR_LIMIT=NONE] --> + <string name="satellite_footer_content_section_6">Texting with emergency services may not be available in all areas.</string> + <!-- learn more text - part 7 of disclaimer of satellite connectivity [CHAR_LIMIT=NONE] --> + <string name="satellite_footer_content_section_7">It may take some time for account changes to show in Settings. Contact <xliff:g id="carrier_name" example="T-Mobile">%1$s</xliff:g> for details.</string> + <!-- more about satellite connectivity with link resource [CHAR_LIMIT=NONE] --> + <string name="more_about_satellite_connectivity">More about satellite connectivity</string> <!-- Title for satellite warning dialog to avoid user using wifi/bluetooth/airplane mode [CHAR_LIMIT=NONE] --> <string name="satellite_warning_dialog_title">Can’t turn on <xliff:g id="function" example="bluetooth">%1$s</xliff:g></string> <!-- Content for satellite warning dialog to avoid user using wifi/bluetooth/airplane mode [CHAR_LIMIT=NONE] --> diff --git a/res/xml/satellite_setting.xml b/res/xml/satellite_setting.xml index 06509700cf7..308d696e5a4 100644 --- a/res/xml/satellite_setting.xml +++ b/res/xml/satellite_setting.xml @@ -86,6 +86,7 @@ android:key="satellite_setting_extra_info_footer_pref" android:layout="@layout/satellite_setting_more_information_layout" android:selectable="false" - settings:searchable="false"/> + settings:searchable="false" + settings:controller="com.android.settings.network.telephony.satellite.SatelliteSettingFooterController"/> </PreferenceScreen> |