SUW: Change WizardManager activity default state to disabled
Google's suw handles the LOAD and NEXT actions, so this creates duplicate tasks and crashes google suw when finish() is attempted. Change-Id: Ifdbd9365fba7f299dc041e42ae27a91da071aa99
This commit is contained in:
@@ -263,11 +263,6 @@ public class SetupWizardUtils {
|
||||
}
|
||||
}
|
||||
|
||||
public static void disableComponentsForGMS(Context context) {
|
||||
disableComponent(context, WizardManager.class);
|
||||
disableHome(context);
|
||||
}
|
||||
|
||||
public static void disableHome(Context context) {
|
||||
ComponentName homeComponent = getHomeComponent(context);
|
||||
if (homeComponent != null) {
|
||||
|
Reference in New Issue
Block a user