Loading packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcuts.java +1 −1 Original line number Diff line number Diff line Loading @@ -526,7 +526,7 @@ public final class KeyboardShortcuts { keyboardShortcutInfoAppItems.add(new KeyboardShortcutInfo( mContext.getString(R.string.keyboard_shortcut_group_applications_assist), assistIcon, KeyEvent.KEYCODE_UNKNOWN, KeyEvent.KEYCODE_A, KeyEvent.META_META_ON)); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcuts.java +1 −1 Original line number Diff line number Diff line Loading @@ -526,7 +526,7 @@ public final class KeyboardShortcuts { keyboardShortcutInfoAppItems.add(new KeyboardShortcutInfo( mContext.getString(R.string.keyboard_shortcut_group_applications_assist), assistIcon, KeyEvent.KEYCODE_UNKNOWN, KeyEvent.KEYCODE_A, KeyEvent.META_META_ON)); } } Loading