Loading packages/SystemUI/res/xml/tuner_prefs.xml +1 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,7 @@ <com.android.systemui.tuner.TunerSwitch android:key="doze_sensors_wake_up_fully" android:title="@string/tuner_doze_sensors_wake_up_fully" sysui:defValue="false" /> sysui:defValue="true" /> </PreferenceScreen> Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeParameters.java +1 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ public class DozeParameters { public boolean getSensorsWakeUpFully() { return ALWAYS_ON_AVAILABLE && Settings.Secure.getIntForUser(mContext.getContentResolver(), DOZE_SENSORS_WAKE_UP_FULLY, 0, UserHandle.USER_CURRENT) != 0; DOZE_SENSORS_WAKE_UP_FULLY, 1, UserHandle.USER_CURRENT) != 0; } private boolean getBoolean(String propName, int resId) { Loading Loading
packages/SystemUI/res/xml/tuner_prefs.xml +1 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,7 @@ <com.android.systemui.tuner.TunerSwitch android:key="doze_sensors_wake_up_fully" android:title="@string/tuner_doze_sensors_wake_up_fully" sysui:defValue="false" /> sysui:defValue="true" /> </PreferenceScreen> Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeParameters.java +1 −1 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ public class DozeParameters { public boolean getSensorsWakeUpFully() { return ALWAYS_ON_AVAILABLE && Settings.Secure.getIntForUser(mContext.getContentResolver(), DOZE_SENSORS_WAKE_UP_FULLY, 0, UserHandle.USER_CURRENT) != 0; DOZE_SENSORS_WAKE_UP_FULLY, 1, UserHandle.USER_CURRENT) != 0; } private boolean getBoolean(String propName, int resId) { Loading