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

Commit ca8c90a6 authored by Qingxi Li's avatar Qingxi Li
Browse files

Add broadcast action for carrier setup

This broadcast action is sent by eSIM Manager to let the carrier app
know that the carrier setup is not completed.

Bug: 62639823
Test: TreeHugger
Change-Id: I88ac90cf679d5ec98aa7c0cf7bd9c96010597a1c
parent 633792e2
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -71,8 +71,18 @@ public class EuiccManager {
     * TODO(b/35851809): Make this a SystemApi.
     */
    @SdkConstant(SdkConstant.SdkConstantType.BROADCAST_INTENT_ACTION)
    public static final String ACTION_OTA_STATUS_CHANGED
            = "android.telephony.euicc.action.OTA_STATUS_CHANGED";
    public static final String ACTION_OTA_STATUS_CHANGED =
            "android.telephony.euicc.action.OTA_STATUS_CHANGED";

    /**
     * Broadcast Action: The action sent to carrier app so it knows the carrier setup is not
     * completed.
     *
     * TODO(b/35851809): Make this a public API.
     */
    @SdkConstant(SdkConstant.SdkConstantType.BROADCAST_INTENT_ACTION)
    public static final String ACTION_NOTIFY_CARRIER_SETUP =
            "android.telephony.euicc.action.NOTIFY_CARRIER_SETUP";

    /**
     * Intent action to provision an embedded subscription.