Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5111f25 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android (Google) Code Review
Browse files

Merge "Fix the build." into jb-mr1-dev

parents fcf0061e 026efcc0
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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