Show quick launch settings always.
Since external keyboards can be connected, we should always show the quick launch settings. Unfortunately they still need to be fragmentized. Change-Id: I1342ef3892a8b1b465ecc5c1346049f8b1ff73cd
This commit is contained in:
@@ -263,7 +263,7 @@ public class QuickLaunchSettings extends PreferenceActivity implements
|
||||
|
||||
/** Whether the shortcut has been seen already. The array index is the shortcut. */
|
||||
SparseBooleanArray shortcutSeen = new SparseBooleanArray();
|
||||
KeyCharacterMap keyMap = KeyCharacterMap.load(KeyCharacterMap.BUILT_IN_KEYBOARD);
|
||||
KeyCharacterMap keyMap = KeyCharacterMap.load(KeyCharacterMap.VIRTUAL_KEYBOARD);
|
||||
|
||||
// Go through all the key codes and create a preference for the appropriate keys
|
||||
for (int keyCode = KeyEvent.getMaxKeyCode() - 1; keyCode >= 0; keyCode--) {
|
||||
|
Reference in New Issue
Block a user