Update src/dev/oxmc/configprovisioner/VendorConfig.java
This commit is contained in:
@@ -20,8 +20,8 @@ public class VendorConfig {
|
|||||||
private static final String KEY_CONFIG_APK_URL = "config_apk_url";
|
private static final String KEY_CONFIG_APK_URL = "config_apk_url";
|
||||||
|
|
||||||
// Default values
|
// Default values
|
||||||
public static final boolean DEFAULT_ENABLE_SETUP_WIZARD = true;
|
public static final boolean DEFAULT_ENABLE_SETUP_WIZARD = false;
|
||||||
public static final boolean DEFAULT_ENABLE_PROVISIONING = true;
|
public static final boolean DEFAULT_ENABLE_PROVISIONING = false;
|
||||||
public static final int DEFAULT_NETWORK_TIMEOUT = 30000;
|
public static final int DEFAULT_NETWORK_TIMEOUT = 30000;
|
||||||
public static final String DEFAULT_CONFIG_APK_URL = "https://default.example.com/config.apk";
|
public static final String DEFAULT_CONFIG_APK_URL = "https://default.example.com/config.apk";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user