OSDN Git Service

Fix 2481917: allows keyboards with overlapping qwerty/numeric keys to work w/o requir...
authorJim Miller <jaggies@google.com>
Wed, 3 Mar 2010 01:24:48 +0000 (17:24 -0800)
committerJim Miller <jaggies@google.com>
Wed, 3 Mar 2010 01:24:48 +0000 (17:24 -0800)
commitb65d331b94b8040b08a52f0e97f9cdd8b7d031b4
tree69961ba3dfb6d3182875a5cd7a156491f032143c
parent98625cb45fb662cb056d4cce4108d9a0fd8e5c83
Fix 2481917: allows keyboards with overlapping qwerty/numeric keys to work w/o requiring hitting the <alt> key.

Some devices have a qwerty layout without separate numeric keys. This makes PIN entry painful.
The workaround is to set an explicit numeric key listener when in numeric mode.
phone/com/android/internal/policy/impl/PasswordUnlockScreen.java