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

Commit 116a9e3e authored by Aman Gupta's avatar Aman Gupta
Browse files

Adding new Set up type for eSIM transfer blocking screen.

Change-Id: I61205158e8bb841fde2a2bc4b17f9eb01332d6d8
Test: Mannual
Bug: 329212614
parent 8509ef4f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -512,6 +512,7 @@ public class EuiccManager {
            EUICC_ACTIVATION_TYPE_BACKUP,
            EUICC_ACTIVATION_TYPE_TRANSFER,
            EUICC_ACTIVATION_TYPE_ACCOUNT_REQUIRED,
            EUICC_ACTIVATION_TYPE_TRANSFER_FINAL_HOLD,
    })
    public @interface EuiccActivationType{}

@@ -554,6 +555,15 @@ public class EuiccManager {
    @SystemApi
    public static final int EUICC_ACTIVATION_TYPE_ACCOUNT_REQUIRED = 4;

    /**
     * The activation flow of eSIM transfer to block the transfer process before B&R flow.
     * This is needed to avoid connection overlapping between eSIM connection B&R connection.
     *
     * @hide
     */
     // TODO(b/329212614): add system api annotation during the allowed api timeline.
     public static final int EUICC_ACTIVATION_TYPE_TRANSFER_FINAL_HOLD = 5;

    /**
     * Euicc OTA update status which can be got by {@link #getOtaStatus}
     * @removed mistakenly exposed as system-api previously