From 9896b590d3b531a95a1b3f28f8b3fe5055fe7b9d Mon Sep 17 00:00:00 2001 From: tom hsu Date: Wed, 19 Mar 2025 03:11:04 +0000 Subject: [Satellite] Change footer format in satellite setting - Use controller base design instead of current Flag: EXEMPT bug fix Bug: b/401648126 Fix: b/402037025 Test: Manual test Test: atest pass Change-Id: Icb3fd6a1c5340e554593fc57cb238bf98d3ed0e3 --- res/values/strings.xml | 24 ++++++++++++++++++------ res/xml/satellite_setting.xml | 3 ++- 2 files changed, 20 insertions(+), 7 deletions(-) (limited to 'res') 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. You can text anyone, including emergency services. Your phone will reconnect to a mobile network when available. After your phone is connected, you can text anyone, including emergency services. - - 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 %1$s for details. - - 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 %1$s for details. - - More about satellite connectivity + + Keep in mind + + Satellite connectivity may take longer and is available only in some areas. + + Weather and certain structures may affect your satellite connection. + + Calling by satellite isn\u2019t available. + + Emergency calls may still connect. + + Mobile or Wi\u2011Fi network required to view external links. + + Texting with emergency services may not be available in all areas. + + It may take some time for account changes to show in Settings. Contact %1$s for details. + + More about satellite connectivity Can’t turn on %1$s 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"/> -- cgit v1.2.3-59-g8ed1b