Skip to content

Commit d5111f2

Browse files
Robert GreenwaltAndroid (Google) Code Review
authored andcommitted
Merge "Fix the build." into jb-mr1-dev
2 parents fcf0061 + 026efcc commit d5111f2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

core/java/android/provider/Settings.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5467,11 +5467,21 @@ public static final class Global extends NameValueTable {
54675467

54685468
/**
54695469
* Used to disable SMS short code confirmation - defaults to true.
5470+
* True indcates we will do the check, etc. Set to false to disable.
54705471
* @see com.android.internal.telephony.SmsUsageMonitor
54715472
* @hide
54725473
*/
54735474
public static final String SMS_SHORT_CODE_CONFIRMATION = "sms_short_code_confirmation";
54745475

5476+
/**
5477+
* Used to select which country we use to determine premium sms codes.
5478+
* One of com.android.internal.telephony.SMSDispatcher.PREMIUM_RULE_USE_SIM,
5479+
* com.android.internal.telephony.SMSDispatcher.PREMIUM_RULE_USE_NETWORK,
5480+
* or com.android.internal.telephony.SMSDispatcher.PREMIUM_RULE_USE_BOTH.
5481+
* @hide
5482+
*/
5483+
public static final String SMS_SHORT_CODE_RULE = "sms_short_code_rule";
5484+
54755485
/**
54765486
* Prefix for SMS short code regex patterns (country code is appended).
54775487
* @see com.android.internal.telephony.SmsUsageMonitor

0 commit comments

Comments
 (0)