commit | b0bcbed3722bcd16ba16f49f36c84ed8f8825ae3 | [log] [tgz] |
---|---|---|
author | Tarandeep Singh <tarandeep@google.com> | Fri Jul 14 13:22:07 2017 -0700 |
committer | Tarandeep Singh <tarandeep@google.com> | Fri Jul 14 13:42:11 2017 -0700 |
tree | 1f2bcfcf46c0ccf9278677bf2b5f163d5f6090c0 | |
parent | 6d8f0b57affe54783457144495229840e28d97df [diff] |
Show keypad while setting PIN in setup wizard Currently The activity not requesting showSoftInput() and hence keypad doesn't show up. Activity.onResume(), we should call ImeAwareEditText.scheduleSoftInput() to request schedule ShowSoftInput() when EditText gains focus. Fixes: 63582564 Test: Manually launch com.google.android.setupwizard/.SetupWizardTestActivity Change-Id: Ib75ba0f361b8b46c3b717cc1ffb864726958ed82