OSDN Git Service

Avoid NullPointerException when updating preference intents
authorCarsten Hauge <carsten.hauge@sonymobile.com>
Mon, 7 Jul 2014 07:36:07 +0000 (09:36 +0200)
committerYoshinori Hirano <Yoshinori.Hirano@sonymobile.com>
Mon, 2 Oct 2017 02:01:49 +0000 (02:01 +0000)
commitf35cb6bc91d1a2b193940136b1b97b8d497170ce
treeb37e4be98e3b1aed18096a51876b5d663ed25c51
parentde795d12d19e75b640d481d80a33a1173c5fc06c
Avoid NullPointerException when updating preference intents

Comparisons changed on the intent action. Sometimes an account
preference intent does not have an action specified.

Fixes: 67075850
Test: manual - go to Settings > Users & accounts and tap an account.

Change-Id: I54cebbc983b55aa1487a122d37ccd5c79bbf519d
src/com/android/settings/accounts/AccountTypePreferenceLoader.java