Merge "Add "Reset ShortcutManager throttling" to dev options" into nyc-dev

This commit is contained in:
Makoto Onuki
2016-03-09 22:13:04 +00:00
committed by Android (Google) Code Review
3 changed files with 44 additions and 3 deletions

View File

@@ -7357,4 +7357,13 @@
<!-- Developer option to convert to file encryption - final button -->
<string name="button_confirm_convert_fbe">Wipe and convert</string>
<!-- Reset rate-limiting in the system service ShortcutManager. [CHAR_LIMIT=none] -->
<string name="reset_shortcut_manager_throttling">Reset ShortcutManager rate-limiting counters</string>
<!-- Title of the dialog box to confirm resetting rate-limiting in the system service ShortcutManager. [CHAR_LIMIT=none] -->
<string name="confirm_reset_shortcut_manager_throttling_title">Reset ShortcutManager rate-limiting?</string>
<!-- Message of the dialog box to confirm resetting rate-limiting in the system service ShortcutManager. [CHAR_LIMIT=none] -->
<string name="confirm_reset_shortcut_manager_throttling_message">Reset ShortcutManager rate-limiting counters?</string>
</resources>