Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1991db98 authored by d34d's avatar d34d Committed by Clark Scheff
Browse files

Themes: Fix CMSetupWizard package name in ThemeService

Applying a theme via OOBE causes OOBE to be killed and restarted
since the incorrect package name was being used in ThemeService.

Change-Id: I78ce8d69d8302e03f2cc450967fca55d746313c7
TICKET: OPO-361
parent a6db6e27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ public class ThemeService extends IThemeService.Stub {
    private static final boolean DEBUG = false;

    private static final String GOOGLE_SETUPWIZARD_PACKAGE = "com.google.android.setupwizard";
    private static final String CM_SETUPWIZARD_PACKAGE = "com.cyanogenmod.account";
    private static final String CM_SETUPWIZARD_PACKAGE = "com.cyanogenmod.setupwizard";
    private static final String MANAGED_PROVISIONING_PACKAGE = "com.android.managedprovisioning";

    private static final long MAX_ICON_CACHE_SIZE = 33554432L; // 32MB