Update Settings to use new UsageStats API

Change-Id: I89740d9b0c21f1ac6aa68feedc7730dd98b244c9
This commit is contained in:
Adam Lesinski
2014-07-17 18:30:03 -07:00
parent 878ca0edb9
commit 8d7be7b738
5 changed files with 90 additions and 97 deletions

View File

@@ -441,7 +441,7 @@
<!-- Display options for UsageStats class -->
<string-array name="usage_stats_display_order_types">
<item>Usage time</item>
<item>Launch count</item>
<item>Last time used</item>
<item>App name</item>
</string-array>

View File

@@ -3474,8 +3474,8 @@
<string name="display_order_text">Sort by:</string>
<!-- label for application name -->
<string name="app_name_label">App</string>
<!-- label for launch count -->
<string name="launch_count_label">Count</string>
<!-- label for last time used -->
<string name="last_time_used_label">Last time used</string>
<!-- label for usage time -->
<string name="usage_time_label">Usage time</string>