Use WizardManagerHelper NEXT intent and result codes

The helper function copies all relevant extras

Change-Id: I1ebb48dd2e2a2ba0881c6a3382996c2243d84140
This commit is contained in:
Oliver Scott
2024-01-06 20:36:13 -05:00
committed by Michael Bestas
parent 86ed621eff
commit 04c9f463d5
8 changed files with 12 additions and 78 deletions

View File

@@ -44,7 +44,6 @@ public class SetupWizardApp extends Application {
public static final String ACTION_RESTORE_FROM_BACKUP =
"com.stevesoltys.seedvault.RESTORE_BACKUP";
public static final String ACTION_EMERGENCY_DIAL = "com.android.phone.EmergencyDialer.DIAL";
public static final String ACTION_NEXT = "com.android.wizard.NEXT";
public static final String ACTION_LOAD = "com.android.wizard.LOAD";
public static final String EXTRA_HAS_MULTIPLE_USERS = "hasMultipleUsers";