Add data item to app info screen
Add link from app info to directly viewing data usage for that app. Also do some minor tweaks to get ordering and summaries right on the app info screen. Bug: 19511439 Change-Id: Ic50dc24bf9a5c1fe6a7aa076772915ba61168fac
This commit is contained in:
@@ -6040,11 +6040,17 @@
|
||||
<string name="launch_by_default">Launch by default</string>
|
||||
|
||||
<!-- Summary for app storage preference [CHAR LIMIT=15] -->
|
||||
<string name="storage_summary_format"><xliff:g id="size" example="30.00MB">%1$s</xliff:g> used in <xliff:g id="storage_type" example="internal memory">%2$s</xliff:g></string>
|
||||
<!-- Internal storage label [CHAR LIMIT=25] -->
|
||||
<string name="storage_type_internal">internal memory</string>
|
||||
<!-- External storage label [CHAR LIMIT=25] -->
|
||||
<string name="storage_type_external">external memory</string>
|
||||
<string name="storage_summary_format"><xliff:g id="size" example="30.00MB">%1$s</xliff:g> used in <xliff:g id="storage_type" example="internal storage">%2$s</xliff:g></string>
|
||||
|
||||
<!-- Summary describing internal storage for applications [CHAR LIMIT=25] -->
|
||||
<string name="storage_type_internal">internal storage</string>
|
||||
<!-- Summary describing external storage for applications [CHAR LIMIT=25] -->
|
||||
<string name="storage_type_external">external storage</string>
|
||||
|
||||
<!-- Title for data usage screen when entered from app info [CHAR LIMIT=30] -->
|
||||
<string name="app_data_usage">App data usage</string>
|
||||
<!-- Summary for data usage preference [CHAR LIMIT=15] -->
|
||||
<string name="data_summary_format"><xliff:g id="size" example="30.00MB">%1$s</xliff:g> used since <xliff:g id="date" example="Jan 12">%2$s</xliff:g></string>
|
||||
|
||||
<!-- App notification summary with notifications enabled [CHAR LIMIT=40] -->
|
||||
<string name="notifications_enabled">On</string>
|
||||
@@ -6068,4 +6074,7 @@
|
||||
<!-- Launch defaults preference summary with none set [CHAR LIMIT=40] -->
|
||||
<string name="launch_defaults_none">No defaults set</string>
|
||||
|
||||
<!-- Warning toast shown when data usage screen can't find specified app -->
|
||||
<string name="unknown_app">Unknown app</string>
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user