am 3b9089c1: new LTE prepay related values

* commit '3b9089c1fa6970974fa5234dfea46455811c8c7a':
  new LTE prepay related values
This commit is contained in:
Freeman Ng
2011-04-22 16:46:52 -07:00
committed by Android Git Automerger

View File

@@ -3694,6 +3694,22 @@ public final class Settings {
public static final String 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
*/