From 60a7739798f1637fdae6b50198dad285e162e663 Mon Sep 17 00:00:00 2001 From: Adrian Roos Date: Tue, 25 Apr 2017 14:28:38 -0700 Subject: [PATCH] AOD: Remove wake up fully config flag Fixes: 37270258 Test: Double tap, make sure device does not wake up to lockscreen, only to ambient display Change-Id: Iaf0c3bfb5dcf566adae7f37b51c866d92bce7a1d --- packages/SystemUI/res/values/strings.xml | 4 ---- packages/SystemUI/res/xml/tuner_prefs.xml | 5 ----- .../SystemUI/src/com/android/systemui/doze/DozeTriggers.java | 6 +----- .../src/com/android/systemui/statusbar/phone/DozeParameters.java | 9 --------- .../src/com/android/systemui/doze/DozeConfigurationUtil.java | 1 - 5 files changed, 1 insertion(+), 24 deletions(-) diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 9fb884e958af..4777ba52c58e 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -1861,10 +1861,6 @@ not appear on production builds ever. --> Ambient Display - - Wake up device on double tap or lift - Always on diff --git a/packages/SystemUI/res/xml/tuner_prefs.xml b/packages/SystemUI/res/xml/tuner_prefs.xml index a685c794c5d6..1281e5759d28 100644 --- a/packages/SystemUI/res/xml/tuner_prefs.xml +++ b/packages/SystemUI/res/xml/tuner_prefs.xml @@ -142,11 +142,6 @@ android:title="@string/tuner_doze_always_on" sysui:defValue="false" /> - -