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

Commit b3832ed8 authored by Meng Wang's avatar Meng Wang Committed by Android (Google) Code Review
Browse files

Merge "Add a bundle key for passing callingPackage into...

Merge "Add a bundle key for passing callingPackage into EuiccService.downloadSubscription via resolvedBundle." into main
parents 805eff4e d6c76e76
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -266,6 +266,17 @@ public abstract class EuiccService extends Service {
    public static final String EXTRA_RESOLUTION_CONFIRMATION_CODE_RETRIED =
            "android.service.euicc.extra.RESOLUTION_CONFIRMATION_CODE_RETRIED";

    /**
     * Bundle key for the {@code resolvedBundle} passed to {@link #onDownloadSubscription(
     * int, int, DownloadableSubscription, boolean, boolean, Bundle)}. The value is a
     * {@link String} for the package name of the app calling the
     * {@link EuiccManager#downloadSubscription(int, DownloadableSubscription, PendingIntent)} API.
     * This is to be used by LPA to determine the app that is requesting the download.
     *
     * @hide
     */
    public static final String EXTRA_PACKAGE_NAME = "android.service.euicc.extra.PACKAGE_NAME";

    /**
     * Intent extra set for resolution requests containing an int indicating the current card Id.
     */