SetupWizard: Adapt to new GMS tap & go expectations.

Googles SetupWizard expects a specific flow for the restoration
  process -- amend the intent for gms restore to abide.

Change-Id: Idf4c3b813676c5456770627067a42697ab756bb0
TICKET: CYNGNOS-2233
This commit is contained in:
Adnan Begovic
2016-03-16 17:09:49 -07:00
parent 0d83f7c062
commit 744827989c
2 changed files with 11 additions and 2 deletions

View File

@@ -53,6 +53,8 @@ public class SetupWizardApp extends Application {
public static final String EXTRA_LOGIN_FOR_KILL_SWITCH = "authCks";
public static final String EXTRA_TITLE = "title";
public static final String EXTRA_DETAILS = "details";
public static final String EXTRA_FRAGMENT = "fragment";
public static final String EXTRA_ACTION_ID = "actionId";
public static final String KEY_DETECT_CAPTIVE_PORTAL = "captive_portal_detection_enabled";