Loading core/java/android/provider/Settings.java +10 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
core/java/android/provider/Settings.java +10 −0 Original line number Diff line number Diff line Loading @@ -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 Loading