OSDN Git Service

Fix PIN screen title
authorMaurice Lam <yukl@google.com>
Sat, 9 Jul 2016 01:38:48 +0000 (18:38 -0700)
committerMaurice Lam <yukl@google.com>
Mon, 11 Jul 2016 17:48:09 +0000 (17:48 +0000)
commit44f2736f5453ec3bf1fffd3471ecda24da57a094
tree17c99f8be3eac70d34f3d20a81704fdf6ea1a6f4
parent94c8f7ea7eaaad6ac32256f325393e178d24816b
Fix PIN screen title

Set the header text of the screen after Activity.setTitle is called,
so that the PIN screen will show the PIN text as header, as opposed to
the default which is always "password".

Bug: 30041779
Change-Id: I525bd4e5c51252410fdeb0424329bbfbd86e5b7d
src/com/android/settings/ChooseLockPassword.java