Add a flag to turn on theme picker in wallpaper picker

Bug: 122524192
Change-Id: I79bd8bde359a56185c1dd0c10964695263d0f6d5
This commit is contained in:
Hyunyoung Song
2019-02-07 10:33:55 -08:00
parent fa8df691d1
commit 29e5d44a63
5 changed files with 15 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ public final class Utilities {
// An intent extra to indicate the horizontal scroll of the wallpaper.
public static final String EXTRA_WALLPAPER_OFFSET = "com.android.launcher3.WALLPAPER_OFFSET";
public static final String EXTRA_WALLPAPER_FLAVOR = "com.android.launcher3.WALLPAPER_FLAVOR";
// These values are same as that in {@link AsyncTask}.
private static final int CPU_COUNT = Runtime.getRuntime().availableProcessors();