new LTE prepay related values
bug: 4082355 Change-Id: Id5a8f9b8bca64d9cf6ee13b00bd32c4911e9a3fa
This commit is contained in:
@@ -3694,6 +3694,22 @@ public final class Settings {
|
|||||||
public static final String SETUP_PREPAID_DATA_SERVICE_URL =
|
public static final String SETUP_PREPAID_DATA_SERVICE_URL =
|
||||||
"setup_prepaid_data_service_url";
|
"setup_prepaid_data_service_url";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* URL to attempt a GET on to see if this is a prepay device
|
||||||
|
* @hide
|
||||||
|
*/
|
||||||
|
public static final String SETUP_PREPAID_DETECTION_TARGET_URL =
|
||||||
|
"setup_prepaid_detection_target_url";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Host to check for a redirect to after an attempt to GET
|
||||||
|
* SETUP_PREPAID_DETECTION_TARGET_URL. (If we redirected there,
|
||||||
|
* this is a prepaid device with zero balance.)
|
||||||
|
* @hide
|
||||||
|
*/
|
||||||
|
public static final String SETUP_PREPAID_DETECTION_REDIR_HOST =
|
||||||
|
"setup_prepaid_detection_redir_host";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user