Merge "Increase the char limit of shortcut categories" into udc-dev am: a5b8b44896

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21536385

Change-Id: I478ca7539dc8f546af12124d847d09ca1d0efa30
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Daniel Huang
2023-02-23 22:04:11 +00:00
committed by Automerger Merge Worker

View File

@@ -1721,13 +1721,13 @@
<string name="keyboard_shortcut_search_list_hint">Search shortcuts</string>
<!-- The description for no shortcuts results [CHAR LIMIT=25] -->
<string name="keyboard_shortcut_search_list_no_result">No shortcuts found</string>
<!-- The title of system category in shortcut search list. [CHAR LIMIT=15] -->
<!-- The title of system category in shortcut search list. [CHAR LIMIT=25] -->
<string name="keyboard_shortcut_search_category_system">System</string>
<!-- The title of input category in shortcut search list. [CHAR LIMIT=15] -->
<!-- The title of input category in shortcut search list. [CHAR LIMIT=25] -->
<string name="keyboard_shortcut_search_category_input">Input</string>
<!-- The title of open apps category in shortcut search list. [CHAR LIMIT=15] -->
<!-- The title of open apps category in shortcut search list. [CHAR LIMIT=25] -->
<string name="keyboard_shortcut_search_category_open_apps">Open apps</string>
<!-- The title of current app category in shortcut search list. [CHAR LIMIT=15] -->
<!-- The title of current app category in shortcut search list. [CHAR LIMIT=25] -->
<string name="keyboard_shortcut_search_category_current_app">Current app</string>
<!-- User visible title for the keyboard shortcut that triggers the notification shade. [CHAR LIMIT=70] -->