Merge "Update suggestion rules and string description"

This commit is contained in:
TreeHugger Robot
2017-06-04 03:24:51 +00:00
committed by Android (Google) Code Review
5 changed files with 16 additions and 16 deletions

View File

@@ -18,7 +18,7 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="32dp"
android:height="32dp"
android:tint="?android:attr/colorAccent"
android:tint="?android:attr/colorControlNormal"
android:viewportWidth="32.0"
android:viewportHeight="32.0">
<path

View File

@@ -3549,7 +3549,7 @@
<!-- Category title listing recently used apps [CHAR_LIMIT=50]-->
<string name="recent_app_category_title">Recently opened apps</string>
<!-- Preference title for showing all apps on device [CHAR_LIMIT=50]-->
<string name="see_all_apps_title">See all <xliff:g>%1$d</xliff:g> apps</string>
<string name="see_all_apps_title">See all <xliff:g id="count" example="3">%1$d</xliff:g> apps</string>
<!-- Preference summary for each recently used app, which is the time since last used, i.e. "7 h 20 min ago". Note: ^1 should be used in all translations [CHAR_LIMIT=60] -->
<string name="recent_app_summary"><xliff:g id="time">^1</xliff:g> ago</string>