Make Satellite messageing dynamically change wording by network type
Flag: com.android.settings.flags.satellite_oem_settings_ux_migration Fix: b/378410271 Test: atest pass Change-Id: I6d2d2ba656a6e2eb26ae103f8af84a1ce5fd49c8
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
settings:keywords="@string/keywords_satellite_setting">
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="@string/category_name_about_satellite_messaging">
|
||||
android:key="key_category_about_satellite">
|
||||
|
||||
<com.android.settingslib.widget.TopIntroPreference
|
||||
android:key="key_about_satellite_messaging"/>
|
||||
@@ -35,6 +35,12 @@
|
||||
<Preference
|
||||
android:key="key_your_satellite_plan"
|
||||
android:icon="?android:attr/textColorPrimary"/>
|
||||
|
||||
<Preference
|
||||
android:key="key_your_satellite_data_plan"
|
||||
android:icon="?android:attr/textColorPrimary"
|
||||
settings:isPreferenceVisible="false"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
|
||||
Reference in New Issue
Block a user