aboutsummaryrefslogtreecommitdiffstats
path: root/host/migration/src/LineageSettings.java
diff options
context:
space:
mode:
Diffstat (limited to 'host/migration/src/LineageSettings.java')
-rw-r--r--host/migration/src/LineageSettings.java37
1 files changed, 0 insertions, 37 deletions
diff --git a/host/migration/src/LineageSettings.java b/host/migration/src/LineageSettings.java
index d2b06bab..28c18969 100644
--- a/host/migration/src/LineageSettings.java
+++ b/host/migration/src/LineageSettings.java
@@ -775,24 +775,6 @@ public final class LineageSettings {
public static final String BUTTON_BRIGHTNESS = "button_brightness";
/**
- * A '|' delimited list of theme components to apply from the default theme on first boot.
- * Components can be one or more of the "mods_XXXXXXX" found in
- * {@link ThemesContract$ThemesColumns}. Leaving this field blank assumes all components
- * will be applied.
- *
- * ex: mods_icons|mods_overlays|mods_homescreen
- *
- * @hide
- */
- public static final String DEFAULT_THEME_COMPONENTS = "default_theme_components";
-
- /**
- * Default theme to use. If empty, use holo.
- * @hide
- */
- public static final String DEFAULT_THEME_PACKAGE = "default_theme_package";
-
- /**
* Developer options - Navigation Bar show switch
* @hide
*/
@@ -806,11 +788,6 @@ public final class LineageSettings {
public static final String KEYBOARD_BRIGHTNESS = "keyboard_brightness";
/**
- * Default theme config name
- */
- public static final String NAME_THEME_CONFIG = "name_theme_config";
-
- /**
* Custom navring actions
* @hide
*/
@@ -1009,17 +986,6 @@ public final class LineageSettings {
* @hide
*/
public static final String ADVANCED_REBOOT = "advanced_reboot";
-
- /**
- * This will be set to the system's current theme API version when ThemeService starts.
- * It is useful for when an upgrade from one version of Lineage to another occurs.
- * For example, after a user upgrades from CM11 to CM12, the value of this field
- * might be 19. ThemeService would then change the value to 21. This is useful
- * when an API change breaks a theme. Themeservice can identify old themes and
- * unapply them from the system.
- * @hide
- */
- public static final String THEME_PREV_BOOT_API_LEVEL = "theme_prev_boot_api_level";
// endregion
/**
@@ -1029,8 +995,6 @@ public final class LineageSettings {
LineageSettings.Secure.ADVANCED_MODE,
LineageSettings.Secure.BUTTON_BACKLIGHT_TIMEOUT,
LineageSettings.Secure.BUTTON_BRIGHTNESS,
- LineageSettings.Secure.DEFAULT_THEME_COMPONENTS,
- LineageSettings.Secure.DEFAULT_THEME_PACKAGE,
LineageSettings.Secure.DEV_FORCE_SHOW_NAVBAR,
LineageSettings.Secure.KEYBOARD_BRIGHTNESS,
LineageSettings.Secure.POWER_MENU_ACTIONS,
@@ -1050,7 +1014,6 @@ public final class LineageSettings {
LineageSettings.Secure.PROTECTED_COMPONENTS,
LineageSettings.Secure.LIVE_DISPLAY_COLOR_MATRIX,
LineageSettings.Secure.ADVANCED_REBOOT,
- LineageSettings.Secure.THEME_PREV_BOOT_API_LEVEL,
LineageSettings.Secure.LOCKSCREEN_TARGETS,
LineageSettings.Secure.RING_HOME_BUTTON_BEHAVIOR,
LineageSettings.Secure.PRIVACY_GUARD_DEFAULT,