CMSDK : Migrate QS_ADVANCED_LOCATION_SETTINGS

Change-Id: I638f69053eed6b5d6d35ed490071212924b63dca
This commit is contained in:
Danesh M 2015-12-15 17:08:13 -08:00
parent be9f6b8f47
commit cead77aff3
1 changed files with 9 additions and 1 deletions

View File

@ -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