Disable app data usage if all time usage is 0
Otherwise user can open an empty App data usage page. Bug: 292346951 Test: manual - on Mobile Settings Test: unit test Change-Id: I63c3e06af2606c3e2017f2440addb2ac2d9d775b
This commit is contained in:
@@ -11467,8 +11467,6 @@
|
||||
<!-- Mobile network settings screen, message asking the user to check their pricing with their Carrier, when enabling Data roaming. [CHAR LIMIT=NONE] -->
|
||||
<string name="roaming_check_price_warning">Check with your network provider for pricing.</string>
|
||||
|
||||
<!-- Title for mobile data preference, to display the mobile data usage for each app. [CHAR LIMIT=NONE]-->
|
||||
<string name="mobile_data_usage_title">App data usage</string>
|
||||
<!-- 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>
|
||||
<!-- Title for _satellite_setting_preference_layout in mobile network settings [CHAR LIMIT=60] -->
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
|
||||
<Preference
|
||||
android:key="data_usage_summary"
|
||||
android:title="@string/mobile_data_usage_title"
|
||||
android:title="@string/app_cellular_data_usage"
|
||||
settings:controller="com.android.settings.network.telephony.DataUsagePreferenceController"/>
|
||||
|
||||
<com.android.settings.datausage.BillingCyclePreference
|
||||
|
||||
Reference in New Issue
Block a user