File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
core/java/android/provider Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments