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:
Jeff Brown
2010-12-08 17:12:11 -08:00
parent 126f5ecf4f
commit 819dff1c18
2 changed files with 1 additions and 8 deletions

View File

@@ -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--) {