From cead77aff37209eac854d378133cb10e15462cf4 Mon Sep 17 00:00:00 2001 From: Danesh M Date: Tue, 15 Dec 2015 17:08:13 -0800 Subject: [PATCH] CMSDK : Migrate QS_ADVANCED_LOCATION_SETTINGS Change-Id: I638f69053eed6b5d6d35ed490071212924b63dca --- src/java/cyanogenmod/providers/CMSettings.java | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/java/cyanogenmod/providers/CMSettings.java b/src/java/cyanogenmod/providers/CMSettings.java index 4b2fb7c..20fa8ce 100644 --- a/src/java/cyanogenmod/providers/CMSettings.java +++ b/src/java/cyanogenmod/providers/CMSettings.java @@ -2605,6 +2605,13 @@ public final class CMSettings { * @hide */ public static final String THEME_PREV_BOOT_API_LEVEL = "theme_prev_boot_api_level"; + + /** + * Whether detail view for the location tile is enabled + * @hide + */ + public static final String QS_LOCATION_ADVANCED = "qs_location_advanced"; + // endregion /** @@ -2641,7 +2648,8 @@ public final class CMSettings { CMSettings.Secure.PRIVACY_GUARD_DEFAULT, CMSettings.Secure.DEVELOPMENT_SHORTCUT, CMSettings.Secure.PERFORMANCE_PROFILE, - CMSettings.Secure.APP_PERFORMANCE_PROFILES_ENABLED}; + CMSettings.Secure.APP_PERFORMANCE_PROFILES_ENABLED, + CMSettings.Secure.QS_LOCATION_ADVANCED}; /** * @hide