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

Commit d9bd716c authored by Chen Xu's avatar Chen Xu Committed by Automerger Merge Worker
Browse files

Merge "[MEP] Platform initial support for eSim Multiple Enabled Profiles." am:...

Merge "[MEP] Platform initial support for eSim Multiple Enabled Profiles." am: e1e1bf59 am: a30c9644 am: d3fa0c2f

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

Change-Id: Ief5b468c50ea6d5d8dcd111be8ce72630f87593c
parents 5f6da6da d3fa0c2f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -315,6 +315,12 @@ public class TelephonyManager {
     */
    public static final int UNINITIALIZED_CARD_ID = -2;
    /**
     * Default port index for the UICC Card
     * @hide
     */
    public static final int DEFAULT_PORT_INDEX = 0;
    private final Context mContext;
    private final int mSubId;
    @UnsupportedAppUsage