Merge "Polish on mobile network settings"
This commit is contained in:
@@ -678,7 +678,7 @@
|
|||||||
<!-- check box to allow data usage when roaming [CHAR LIMIT=41] -->
|
<!-- check box to allow data usage when roaming [CHAR LIMIT=41] -->
|
||||||
<string name="allow_data_usage_title">Allow data usage when roaming</string>
|
<string name="allow_data_usage_title">Allow data usage when roaming</string>
|
||||||
<!-- mobile network settings screen, setting check box title -->
|
<!-- mobile network settings screen, setting check box title -->
|
||||||
<string name="roaming">Data roaming</string>
|
<string name="roaming">Roaming</string>
|
||||||
<!-- mobile network settings screen, setting option summary text when check box is selected -->
|
<!-- mobile network settings screen, setting option summary text when check box is selected -->
|
||||||
<string name="roaming_enable">Connect to data services when roaming</string>
|
<string name="roaming_enable">Connect to data services when roaming</string>
|
||||||
<!-- mobile network settings screen, setting option summary text when check box is clear -->
|
<!-- mobile network settings screen, setting option summary text when check box is clear -->
|
||||||
@@ -10243,6 +10243,8 @@
|
|||||||
<string name="mobile_data_usage_title">App data usage</string>
|
<string name="mobile_data_usage_title">App data usage</string>
|
||||||
<!-- Summary to show the current network mode is invalid. [CHAR LIMIT=NONE]-->
|
<!-- Summary to show the current network mode is invalid. [CHAR LIMIT=NONE]-->
|
||||||
<string name="mobile_network_mode_error">Invalid Network Mode <xliff:g id="networkModeId" example="0">%1$d</xliff:g>. Ignore.</string>
|
<string name="mobile_network_mode_error">Invalid Network Mode <xliff:g id="networkModeId" example="0">%1$d</xliff:g>. Ignore.</string>
|
||||||
|
<!-- Title for Apn settings in mobile network settings [CHAR LIMIT=60] -->
|
||||||
|
<string name="mobile_network_apn_title">Access Point Names</string>
|
||||||
|
|
||||||
<!-- Available networks screen, summary when button disallowed due to permanent automatic mode [CHAR LIMIT=NONE] -->
|
<!-- Available networks screen, summary when button disallowed due to permanent automatic mode [CHAR LIMIT=NONE] -->
|
||||||
<string name="manual_mode_disallowed_summary">Unavailable when connected to <xliff:g id="carrier" example="verizon">%1$s</xliff:g></string>
|
<string name="manual_mode_disallowed_summary">Unavailable when connected to <xliff:g id="carrier" example="verizon">%1$s</xliff:g></string>
|
||||||
|
|||||||
@@ -1,37 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!--
|
|
||||||
Copyright (C) 2008 The Android Open Source Project
|
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
you may not use this file except in compliance with the License.
|
|
||||||
You may obtain a copy of the License at
|
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<!--We want separate APN setting from reset of settings because-->
|
|
||||||
<!--we want user to change it with caution.-->
|
|
||||||
<PreferenceCategory
|
|
||||||
android:key="category_gsm_apn_key"
|
|
||||||
android:layout="@layout/preference_category_no_label">
|
|
||||||
|
|
||||||
<com.android.settingslib.RestrictedPreference
|
|
||||||
android:key="button_gsm_apn_key"
|
|
||||||
android:title="@string/apn_settings"
|
|
||||||
android:persistent="false" />
|
|
||||||
</PreferenceCategory>
|
|
||||||
|
|
||||||
<PreferenceScreen
|
|
||||||
android:key="carrier_settings_key"
|
|
||||||
android:title="@string/carrier_settings_title">
|
|
||||||
<!-- b/114749736, create a preference controller to build intent -->
|
|
||||||
</PreferenceScreen>
|
|
||||||
|
|
||||||
</PreferenceScreen>
|
|
||||||
@@ -138,7 +138,7 @@
|
|||||||
<com.android.settingslib.RestrictedPreference
|
<com.android.settingslib.RestrictedPreference
|
||||||
android:key="telephony_apn_key"
|
android:key="telephony_apn_key"
|
||||||
android:persistent="false"
|
android:persistent="false"
|
||||||
android:title="@string/apn_settings"
|
android:title="@string/mobile_network_apn_title"
|
||||||
settings:allowDividerAbove="true"
|
settings:allowDividerAbove="true"
|
||||||
settings:controller="com.android.settings.network.telephony.ApnPreferenceController"/>
|
settings:controller="com.android.settings.network.telephony.ApnPreferenceController"/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user