am e9506e36: Merge change 25561 into eclair
Merge commit 'e9506e3684c36a62533211022541997034088d2f' into eclair-plus-aosp * commit 'e9506e3684c36a62533211022541997034088d2f': Add Gservices settings required for carrier billing.
This commit is contained in:
@@ -3203,6 +3203,24 @@ public final class Settings {
|
|||||||
public static final String VENDING_CARRIER_PROVISIONING_REFRESH_FREQUENCY_MS =
|
public static final String VENDING_CARRIER_PROVISIONING_REFRESH_FREQUENCY_MS =
|
||||||
"vending_carrier_ref_freq_ms";
|
"vending_carrier_ref_freq_ms";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Interval in milliseconds after which a failed provisioning request should be retried.
|
||||||
|
*/
|
||||||
|
public static final String VENDING_CARRIER_PROVISIONING_RETRY_MS =
|
||||||
|
"vending_carrier_prov_retry_ms";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Buffer in milliseconds for carrier credentials to be considered valid.
|
||||||
|
*/
|
||||||
|
public static final String VENDING_CARRIER_CREDENTIALS_BUFFER_MS =
|
||||||
|
"vending_carrier_cred_buf_ms";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Setting which states if German Direct Debit support should be enabled.
|
||||||
|
*/
|
||||||
|
public static final String VENDING_GDD_ENABLE =
|
||||||
|
"vending_gdd_enable";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* URL that points to the legal terms of service to display in Settings.
|
* URL that points to the legal terms of service to display in Settings.
|
||||||
* <p>
|
* <p>
|
||||||
|
|||||||
Reference in New Issue
Block a user