From 559636d8b7641f2c9cd57fe0a0b87ec59bf06044 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Mon, 18 Jan 2016 18:25:51 +0100 Subject: [PATCH] Add left QS quick pulldown (3/3) Change-Id: I77c8f0eda1b059bc2c0f0dff1d92834f36cd9de9 --- src/java/cyanogenmod/providers/CMSettings.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/java/cyanogenmod/providers/CMSettings.java b/src/java/cyanogenmod/providers/CMSettings.java index bd51c3d..19a2140 100644 --- a/src/java/cyanogenmod/providers/CMSettings.java +++ b/src/java/cyanogenmod/providers/CMSettings.java @@ -1439,14 +1439,14 @@ public final class CMSettings { sBooleanValidator; /** - * Whether to allow one finger quick settings expansion on the right side of the statusbar. - * 0 = 0ff, 1 = on + * Whether to allow one finger quick settings expansion on the side of the statusbar. + * 0 = 0ff, 1 = right, 2 = left */ public static final String STATUS_BAR_QUICK_QS_PULLDOWN = "qs_quick_pulldown"; /** @hide */ public static final Validator STATUS_BAR_QUICK_QS_PULLDOWN_VALIDATOR = - sBooleanValidator; + new InclusiveIntegerRangeValidator(0, 2); /** * Whether to show the brightness slider in quick settings panel.