Merge "Display the correct default for mobile data always on."
diff --git a/src/com/android/settings/DevelopmentSettings.java b/src/com/android/settings/DevelopmentSettings.java
index e6bb8fb..c96ca61 100644
--- a/src/com/android/settings/DevelopmentSettings.java
+++ b/src/com/android/settings/DevelopmentSettings.java
@@ -1515,7 +1515,7 @@
private void updateMobileDataAlwaysOnOptions() {
updateSwitchPreference(mMobileDataAlwaysOn, Settings.Global.getInt(
getActivity().getContentResolver(),
- Settings.Global.MOBILE_DATA_ALWAYS_ON, 0) != 0);
+ Settings.Global.MOBILE_DATA_ALWAYS_ON, 1) != 0);
}
private void writeMobileDataAlwaysOnOptions() {