OSDN Git Service

Disable back button on crypto screen
authorPaul Lawrence <paullawrence@google.com>
Thu, 14 May 2015 22:49:08 +0000 (15:49 -0700)
committerPaul Lawrence <paullawrence@google.com>
Wed, 27 May 2015 20:34:14 +0000 (20:34 +0000)
commit2a6552ed502cfa60fec71a9d41a11faa1e4be963
tree07a771dc2213c43d01de3c5b1e5297d0f01ddbf7
parentc04420ce2581627478b59cc5d8b453f1fa329e02
Disable back button on crypto screen

The back button cannot do anything from this activity as it is
only ever launched first thing at boot. So do not permit going back.

Note that screens launched from here (emergency dialer, keyboard config)
still work and their back buttons still work.

Bug: 20730074
Change-Id: I939e05450e5fbd61d12890325c4afe9dcad35c1e
src/com/android/settings/CryptKeeper.java