Hide tab when disabled, metered strings, fixes.
Hide "Data usage" item when kernel support isn't available and enabled. Change "restrict background" strings to reflect metered status. Hide app settings button when no package found. Always start limit sweep above any warning. Imply metered state for networks with limits. Bug: 6303364, 5465643, 5379686, 6376276, 6368329, 6376276 Change-Id: I4faccc9a50f2f741fd937bb8c361a3ca055135e2
This commit is contained in:
@@ -3629,8 +3629,8 @@
|
||||
<string name="data_usage_menu_show_wifi">Show Wi-Fi usage</string>
|
||||
<!-- Title for checkbox menu option to show Ethernet data usage. [CHAR LIMIT=32] -->
|
||||
<string name="data_usage_menu_show_ethernet">Show Ethernet usage</string>
|
||||
<!-- Title for menu option to configure expensive networks. [CHAR LIMIT=32] -->
|
||||
<string name="data_usage_menu_metered">Expensive networks</string>
|
||||
<!-- Title for menu option to configure metered networks. [CHAR LIMIT=32] -->
|
||||
<string name="data_usage_menu_metered">Metered networks</string>
|
||||
<!-- Title for option to change data usage cycle day. [CHAR LIMIT=32] -->
|
||||
<string name="data_usage_change_cycle">Change cycle\u2026</string>
|
||||
<!-- Body of dialog prompting user to change numerical day of month that data usage cycle should reset. [CHAR LIMIT=64] -->
|
||||
@@ -3684,13 +3684,13 @@
|
||||
<!-- Checkbox label that restricts background data usage of a specific application. [CHAR LIMIT=32] -->
|
||||
<string name="data_usage_app_restrict_background">Restrict background data</string>
|
||||
<!-- Summary message for checkbox that restricts background data usage of a specific application. [CHAR LIMIT=64] -->
|
||||
<string name="data_usage_app_restrict_background_summary">Disable background data on mobile data network only. Wi-Fi will be used if available.</string>
|
||||
<string name="data_usage_app_restrict_background_summary">Disable background data on metered networks. Unmetered networks will be used if available.</string>
|
||||
<!-- Summary message for checkbox that restricts background data usage of a specific application when no networks have been limited. [CHAR LIMIT=64] -->
|
||||
<string name="data_usage_app_restrict_background_summary_disabled">To restrict background data for this app, first set a mobile data limit.</string>
|
||||
<!-- Title of dialog shown when user restricts background data usage of a specific application. [CHAR LIMIT=48] -->
|
||||
<string name="data_usage_app_restrict_dialog_title">Restrict background data?</string>
|
||||
<!-- Body of dialog shown when user restricts background data usage of a specific application. [CHAR LIMIT=NONE] -->
|
||||
<string name="data_usage_app_restrict_dialog">This feature may cause an app that depends on background data to stop working when Wi-Fi isn\'t available.\n\nYou can find more appropriate data usage controls in the settings available within the app.</string>
|
||||
<string name="data_usage_app_restrict_dialog">This feature may cause an app that depends on background data to stop working when only metered networks are available.\n\nYou can find more appropriate data usage controls in the settings available within the app.</string>
|
||||
<!-- Body of dialog shown when user attempts to restrict background data before a network data limit has been set. [CHAR LIMIT=NONE] -->
|
||||
<string name="data_usage_restrict_denied_dialog">Restricting background data is possible only when you\'ve set a mobile data limit.</string>
|
||||
|
||||
@@ -3735,10 +3735,10 @@
|
||||
<!-- Label displaying total network data transferred during a specific time period, including a disclaimer that contrasts device versus carrier reporting. [CHAR LIMIT=80] -->
|
||||
<string name="data_usage_total_during_range_mobile" product="default"><xliff:g id="range" example="Jul 1 - Jul 31">%2$s</xliff:g>: about <xliff:g id="total" example="128KB">%1$s</xliff:g> used, as measured by your phone. Your carrier\'s data usage accounting may differ.</string>
|
||||
|
||||
<!-- Dialog title for selecting paid networks. [CHAR LIMIT=25] -->
|
||||
<string name="data_usage_metered_title">Expensive networks</string>
|
||||
<!-- Dialog title for selecting metered networks. [CHAR LIMIT=25] -->
|
||||
<string name="data_usage_metered_title">Metered networks</string>
|
||||
<!-- Dialog body for selecting paid networks. [CHAR LIMIT=NONE] -->
|
||||
<string name="data_usage_metered_body">Select the networks for which data usage is expensive. Apps can be restricted from using these networks when in the background. Apps may also warn before using these networks for large downloads.</string>
|
||||
<string name="data_usage_metered_body">Select the networks for which data usage is metered. Apps can be restricted from using these networks when in the background. Apps may also warn before using these networks for large downloads.</string>
|
||||
<!-- Header for list of mobile networks. [CHAR LIMIT=32] -->
|
||||
<string name="data_usage_metered_mobile">Mobile networks</string>
|
||||
<!-- Header for list of Wi-Fi networks. [CHAR LIMIT=32] -->
|
||||
|
||||
Reference in New Issue
Block a user