Change packagename to telephony
Also move it under package network, so all of them belong to com.android.settings.network.telephony. Bug: 114749736 Test: RunSettingsRoboTests Change-Id: I35dbdcd5cc9dab939b0a3efccc8897b9a92338d1
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<com.android.settings.mobilenetwork.CdmaSystemSelectListPreference
|
||||
<com.android.settings.network.telephony.CdmaSystemSelectListPreference
|
||||
android:key="cdma_system_select_key"
|
||||
android:title="@string/cdma_system_select_title"
|
||||
android:summary="@string/cdma_system_select_summary"
|
||||
@@ -25,7 +25,7 @@
|
||||
android:entryValues="@array/cdma_system_select_values"
|
||||
android:dialogTitle="@string/cdma_system_select_dialogtitle" />
|
||||
|
||||
<com.android.settings.mobilenetwork.CdmaSubscriptionListPreference
|
||||
<com.android.settings.network.telephony.CdmaSubscriptionListPreference
|
||||
android:key="cdma_subscription_key"
|
||||
android:title="@string/cdma_subscription_title"
|
||||
android:summary="@string/cdma_subscription_summary"
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<com.android.settings.mobilenetwork.NetworkOperators
|
||||
<com.android.settings.network.telephony.NetworkOperators
|
||||
android:key="network_operators_category_key"
|
||||
android:title="@string/network_operator_category"
|
||||
android:persistent="false">
|
||||
@@ -36,7 +36,7 @@
|
||||
android:key="button_choose_network_key"
|
||||
android:title="@string/choose_network_title"
|
||||
android:fragment="com.android.phone.NetworkSelectSetting" />
|
||||
</com.android.settings.mobilenetwork.NetworkOperators>
|
||||
</com.android.settings.network.telephony.NetworkOperators>
|
||||
|
||||
<!--We want separate APN setting from reset of settings because-->
|
||||
<!--we want user to change it with caution.-->
|
||||
|
@@ -29,7 +29,7 @@
|
||||
android:key="mobile_data_enable"
|
||||
android:title="@string/mobile_data_settings_title"
|
||||
android:summary="@string/mobile_data_settings_summary"
|
||||
settings:controller="com.android.settings.mobilenetwork.MobileDataPreferenceController"/>
|
||||
settings:controller="com.android.settings.network.telephony.MobileDataPreferenceController"/>
|
||||
|
||||
<com.android.settingslib.RestrictedSwitchPreference
|
||||
android:key="button_roaming_key"
|
||||
@@ -38,7 +38,7 @@
|
||||
android:summaryOn="@string/roaming_enable"
|
||||
android:summaryOff="@string/roaming_disable"/>
|
||||
|
||||
<com.android.settings.mobilenetwork.DataUsagePreference
|
||||
<com.android.settings.network.telephony.DataUsagePreference
|
||||
android:key="data_usage_summary"
|
||||
android:title="@string/data_usage_title" />
|
||||
|
||||
|
Reference in New Issue
Block a user