OSDN Git Service

Fix bug #15001610 Java crash in settings is observed while adding Google account...
authorFabrice Di Meglio <fdimeglio@google.com>
Tue, 20 May 2014 19:55:15 +0000 (12:55 -0700)
committerThe Android Automerger <android-build@google.com>
Tue, 20 May 2014 21:59:34 +0000 (14:59 -0700)
commit21f14dbee57fea1777d006afd2a820e0c4ee1af0
tree249e2bb5b965fd171a520e9dd6ac6f517c2acfcc
parentec229c6e500a111021cca5bcd904c8c241c7f050
Fix bug #15001610 Java crash in settings is observed while adding Google account on wiped device

- update Settings main layout to be able to show the Buttons
- make WifiPickerActivity a SettingsActivity and remove dead code
- fix reference to Buttons for using the Settings IDs instead
of the Framework ones

Change-Id: I23bfd1b8290fc007e6e80aa9a6297e55e7f6004e
res/layout/settings_main.xml
src/com/android/settings/SettingsActivity.java
src/com/android/settings/wifi/WifiPickerActivity.java