Merge "Migrate UsageStats to Spa"

This commit is contained in:
Chaohui Wang
2022-09-14 08:38:28 +00:00
committed by Android (Google) Code Review
11 changed files with 228 additions and 381 deletions

View File

@@ -261,13 +261,6 @@
<item>Excellent</item>
</string-array>
<!-- Display options for UsageStats class -->
<string-array name="usage_stats_display_order_types">
<item>Usage time</item>
<item>Last time used</item>
<item>App name</item>
</string-array>
<!-- Phase 2 options for PEAP -->
<string-array name="wifi_peap_phase2_entries">
<item>MSCHAPV2</item>

View File

@@ -4555,15 +4555,14 @@
<!-- Text for checkbox that pops up when an app requests permission to bind a widget [CHAR LIMIT=NONE] -->
<string name="allow_bind_app_widget_activity_always_allow_bind">Always allow <xliff:g id="widget_host_name">%1$s</xliff:g> to create widgets and access their data</string>
<!-- XXX remove? Strings used for displaying usage statistics -->
<string name="usage_stats_label">Usage statistics</string>
<!-- In the Testing screen. The item title of the activity that shows usage statistics. -->
<string name="testing_usage_stats">Usage statistics</string>
<!-- label for text to indicate sort options -->
<string name="display_order_text">Sort by:</string>
<!-- label for application name -->
<string name="app_name_label">App</string>
<!-- Spinner label to indicate sort by usage time. [CHAR LIMIT=30] -->
<string name="usage_stats_sort_by_usage_time">Sort by usage time</string>
<!-- Spinner label to indicate sort by last time used. [CHAR LIMIT=30] -->
<string name="usage_stats_sort_by_last_time_used">Sort by last time used</string>
<!-- Spinner label to indicate sort by app name. [CHAR LIMIT=30] -->
<string name="usage_stats_sort_by_app_name">Sort by app name</string>
<!-- label for last time used -->
<string name="last_time_used_label">Last time used</string>
<!-- label for usage time -->