am d5111f25: Merge "Fix the build." into jb-mr1-dev

* commit 'd5111f252b731396293caedbee929856acd6b276':
  Fix the build.
This commit is contained in:
Robert Greenwalt
2012-09-24 10:16:40 -07:00
committed by Android Git Automerger

View File

@ -5467,11 +5467,21 @@ public final class Settings {
/**
* Used to disable SMS short code confirmation - defaults to true.
* True indcates we will do the check, etc. Set to false to disable.
* @see com.android.internal.telephony.SmsUsageMonitor
* @hide
*/
public static final String SMS_SHORT_CODE_CONFIRMATION = "sms_short_code_confirmation";
/**
* Used to select which country we use to determine premium sms codes.
* One of com.android.internal.telephony.SMSDispatcher.PREMIUM_RULE_USE_SIM,
* com.android.internal.telephony.SMSDispatcher.PREMIUM_RULE_USE_NETWORK,
* or com.android.internal.telephony.SMSDispatcher.PREMIUM_RULE_USE_BOTH.
* @hide
*/
public static final String SMS_SHORT_CODE_RULE = "sms_short_code_rule";
/**
* Prefix for SMS short code regex patterns (country code is appended).
* @see com.android.internal.telephony.SmsUsageMonitor