Fix phone crash in MobileNetworkSettings.

+ Avoid crash due to race condition caused by
1)onCreate
2)Handler posts message
3)Orientation change of screen, destroys activity
4)Handler handles message and access getPreferenceScreen which is null.

Bug: 27425313
Change-Id: I39a34d860a58e16001a7163e30a2a308cd65bb10
1 file changed