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

Commit ce5dcc45 authored by Xiangyu/Malcolm Chen's avatar Xiangyu/Malcolm Chen Committed by Automerger Merge Worker
Browse files

Merge "Automatically dismiss SIM combination warnings and selection dialogs."...

Merge "Automatically dismiss SIM combination warnings and selection dialogs." am: 19eb4c31 am: abf3f716

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1531244

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I82401854bf8a92f44510344cceb259db0608f33c
parents c760e7c7 abf3f716
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1493,6 +1493,16 @@ public class TelephonyManager {
     */
    public static final int EXTRA_DEFAULT_SUBSCRIPTION_SELECT_TYPE_ALL = 4;
    /**
     * Used as an int value for {@link #EXTRA_DEFAULT_SUBSCRIPTION_SELECT_TYPE}
     * to indicate that default subscription for data/sms/voice is now determined, that
     * it should dismiss any dialog or pop-ups that is asking user to select default sub.
     * This is used when, for example, opportunistic subscription is configured. At that
     * time the primary becomes default sub there's no need to ask user to select anymore.
     * @hide
     */
    public static final int EXTRA_DEFAULT_SUBSCRIPTION_SELECT_TYPE_DISMISS = 5;
    /**
     * Integer intent extra to be used with {@link #ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED}
     * to indicate if the SIM combination in DSDS has limitation or compatible issue.