OSDN Git Service

Warn users when selecting non-Direct Boot apps.
authorJeff Sharkey <jsharkey@android.com>
Wed, 27 Jul 2016 18:53:34 +0000 (12:53 -0600)
committerJeff Sharkey <jsharkey@android.com>
Wed, 27 Jul 2016 20:49:34 +0000 (14:49 -0600)
commit4a8136b51b746961aac6f5ce2459effef8c22680
tree424a0272bd93c9246232522c81fcff253abb20d5
parentfc86ca6f0d576e79e1c0fcbecb230c6c84690c03
Warn users when selecting non-Direct Boot apps.

Certain apps like Phone, SMS, Emergency Info, and IME are critical
enough that they ideally need to be runnable before the device is
unlocked after a reboot.  Users can still pick non-Direct Boot aware
apps, but this change now warns users that the selected app won't be
runnable until after unlocking.

Bug: 27196876
Change-Id: I0498904d2f664fb41e8c1e6bb30d1cbf437cf4b9
src/com/android/settings/CustomListPreference.java
src/com/android/settings/Utils.java
src/com/android/settings/applications/DefaultEmergencyPreference.java
src/com/android/settings/applications/DefaultPhonePreference.java
src/com/android/settings/applications/DefaultSmsPreference.java
src/com/android/settings/inputmethod/InputMethodPreference.java