QS: Make themes a first class citizen again
Change-Id: Icd397a2ddd730ae525233b66288fde9a6798c221 TICKET: CYNGNOS-2670
This commit is contained in:
@@ -67,4 +67,5 @@ public class CMMetricsLogger extends MetricsLogger {
|
||||
public static final int TILE_BATTERY_SAVER = BASE + 40;
|
||||
public static final int TILE_CAFFEINE = BASE + 41;
|
||||
public static final int WEATHER_SETTINGS = BASE + 42;
|
||||
public static final int TILE_THEMES = BASE + 43;
|
||||
}
|
||||
|
||||
@@ -60,6 +60,7 @@ public class QSConstants {
|
||||
public static final String DYNAMIC_TILE_SU = "su";
|
||||
public static final String DYNAMIC_TILE_ADB = "adb";
|
||||
public static final String DYNAMIC_TILE_LIVE_DISPLAY = "live_display";
|
||||
public static final String DYNAMIC_TILE_THEMES = "themes";
|
||||
|
||||
protected static final ArrayList<String> STATIC_TILES_AVAILABLE = new ArrayList<String>();
|
||||
protected static final ArrayList<String> DYNAMIC_TILES_AVAILBLE = new ArrayList<String>();
|
||||
@@ -107,5 +108,6 @@ public class QSConstants {
|
||||
DYNAMIC_TILES_AVAILBLE.add(DYNAMIC_TILE_NEXT_ALARM);
|
||||
DYNAMIC_TILES_AVAILBLE.add(DYNAMIC_TILE_SU);
|
||||
DYNAMIC_TILES_AVAILBLE.add(DYNAMIC_TILE_LIVE_DISPLAY);
|
||||
DYNAMIC_TILES_AVAILBLE.add(DYNAMIC_TILE_THEMES);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user