Loading packages/SystemUI/res/values/strings.xml +2 −2 Original line number Diff line number Diff line Loading @@ -1434,8 +1434,8 @@ <string name="keyboard_shortcut_group_applications_contacts">Contacts</string> <!-- User visible title for the keyboard shortcut that takes the user to the email app. --> <string name="keyboard_shortcut_group_applications_email">Email</string> <!-- User visible title for the keyboard shortcut that takes the user to the instant messaging app. --> <string name="keyboard_shortcut_group_applications_im">IM</string> <!-- User visible title for the keyboard shortcut that takes the user to the SMS messaging app. --> <string name="keyboard_shortcut_group_applications_sms">SMS</string> <!-- User visible title for the keyboard shortcut that takes the user to the music app. --> <string name="keyboard_shortcut_group_applications_music">Music</string> <!-- User visible title for the keyboard shortcut that takes the user to the YouTube app. --> Loading packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcuts.java +2 −2 Original line number Diff line number Diff line Loading @@ -488,9 +488,9 @@ public final class KeyboardShortcuts { final Icon messagingIcon = getIconForIntentCategory(Intent.CATEGORY_APP_MESSAGING, userId); if (messagingIcon != null) { keyboardShortcutInfoAppItems.add(new KeyboardShortcutInfo( mContext.getString(R.string.keyboard_shortcut_group_applications_im), mContext.getString(R.string.keyboard_shortcut_group_applications_sms), messagingIcon, KeyEvent.KEYCODE_T, KeyEvent.KEYCODE_S, KeyEvent.META_META_ON)); } Loading Loading
packages/SystemUI/res/values/strings.xml +2 −2 Original line number Diff line number Diff line Loading @@ -1434,8 +1434,8 @@ <string name="keyboard_shortcut_group_applications_contacts">Contacts</string> <!-- User visible title for the keyboard shortcut that takes the user to the email app. --> <string name="keyboard_shortcut_group_applications_email">Email</string> <!-- User visible title for the keyboard shortcut that takes the user to the instant messaging app. --> <string name="keyboard_shortcut_group_applications_im">IM</string> <!-- User visible title for the keyboard shortcut that takes the user to the SMS messaging app. --> <string name="keyboard_shortcut_group_applications_sms">SMS</string> <!-- User visible title for the keyboard shortcut that takes the user to the music app. --> <string name="keyboard_shortcut_group_applications_music">Music</string> <!-- User visible title for the keyboard shortcut that takes the user to the YouTube app. --> Loading
packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcuts.java +2 −2 Original line number Diff line number Diff line Loading @@ -488,9 +488,9 @@ public final class KeyboardShortcuts { final Icon messagingIcon = getIconForIntentCategory(Intent.CATEGORY_APP_MESSAGING, userId); if (messagingIcon != null) { keyboardShortcutInfoAppItems.add(new KeyboardShortcutInfo( mContext.getString(R.string.keyboard_shortcut_group_applications_im), mContext.getString(R.string.keyboard_shortcut_group_applications_sms), messagingIcon, KeyEvent.KEYCODE_T, KeyEvent.KEYCODE_S, KeyEvent.META_META_ON)); } Loading