SetupWizard: Conditionally supress d2d on lack of nfc.
If a device lacks NFC feature, pass an extra to googles setup wizard to spress the device to device setup. Change-Id: I05341f14c4a4753cb5a595734eb337eb10d505a4 TICKET: CYNGNOS-2258
This commit is contained in:
@@ -55,6 +55,7 @@ public class SetupWizardApp extends Application {
|
||||
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 EXTRA_SUPRESS_D2D_SETUP = "suppress_device_to_device_setup";
|
||||
|
||||
public static final String KEY_DETECT_CAPTIVE_PORTAL = "captive_portal_detection_enabled";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user