Point default config APK URL at the consolidated apis/aosp path
Was still pointing at the old aosp_apis/data/ location.
This commit is contained in:
@@ -41,7 +41,7 @@ enable_configapk_service=true
|
||||
device_provisioned=true
|
||||
enable_setupwizard=false
|
||||
config_apk_package=app.pawlet.config
|
||||
config_apk_url=https://oxmc.me/aosp_apis/data/default-config.apk
|
||||
config_apk_url=https://oxmc.me/apis/aosp/data/default-config.apk
|
||||
```
|
||||
|
||||
## Config APK format
|
||||
|
||||
@@ -29,7 +29,7 @@ public class VendorConfig {
|
||||
public static final boolean DEFAULT_ENABLE_SETUPWIZARD = false;
|
||||
public static final int DEFAULT_NETWORK_TIMEOUT = 30_000;
|
||||
public static final long DEFAULT_OTA_INTERVAL_MS = 24L * 60 * 60 * 1000;
|
||||
public static final String DEFAULT_CONFIG_APK_URL = "https://oxmc.me/aosp_apis/data/default-config.apk";
|
||||
public static final String DEFAULT_CONFIG_APK_URL = "https://oxmc.me/apis/aosp/data/default-config.apk";
|
||||
|
||||
public static boolean hasVendorConfig() {
|
||||
boolean exists = new File(VENDOR_CONFIG_PATH).exists();
|
||||
|
||||
Reference in New Issue
Block a user