commit | ed47f1e497abf5ad31b1c7035ae04478e9932986 | [log] [tgz] |
---|---|---|
author | John Wang <johnwang@google.com> | Thu Jul 30 18:22:58 2009 -0700 |
committer | John Wang <johnwang@google.com> | Thu Jul 30 18:50:36 2009 -0700 |
tree | ea39bba77379aa8722ac823cb77b61f1972979f6 | |
parent | 9c432349a79cd0f19ebdee18deb2b0b8550d661f [diff] |
Fix the NullPointerException in Status Info. Fix bug 1964037 Phone states activity fail. It only happens in Zaku build. Zaku build overlay the device_info_status.xml under vendor/docomo and don't have CDMA related preference. Status.java will hit the NullPointerException when trying to remove the non-exist preferences. modified: src/com/android/settings/deviceinfo/Status.java