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

Commit d8dbb0c3 authored by Alex Buynytskyy's avatar Alex Buynytskyy
Browse files

Revert "Remove the resolved path of session's APK from user confirmation intent"

This reverts commit 7623ac96.

Reason for revert: Partial revert to resolve API conflict.

Change-Id: I987357934fab147db9075c46dd644efb52a75ea8
parent 7623ac96
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3803,6 +3803,7 @@ package android.content.pm {
    field public static final String EXTRA_CALLBACK = "android.content.pm.extra.CALLBACK";
    field public static final String EXTRA_DATA_LOADER_TYPE = "android.content.pm.extra.DATA_LOADER_TYPE";
    field public static final String EXTRA_LEGACY_STATUS = "android.content.pm.extra.LEGACY_STATUS";
    field public static final String EXTRA_RESOLVED_BASE_PATH = "android.content.pm.extra.RESOLVED_BASE_PATH";
    field public static final int LOCATION_DATA_APP = 0; // 0x0
    field public static final int LOCATION_MEDIA_DATA = 2; // 0x2
    field public static final int LOCATION_MEDIA_OBB = 1; // 0x1
+11 −0
Original line number Diff line number Diff line
@@ -333,6 +333,17 @@ public class PackageInstaller {
    @SystemApi
    public static final String EXTRA_DATA_LOADER_TYPE = "android.content.pm.extra.DATA_LOADER_TYPE";

    /**
     * Path to the validated base APK for this session, which may point at an
     * APK inside the session (when the session defines the base), or it may
     * point at the existing base APK (when adding splits to an existing app).
     *
     * @hide
     */
    @SystemApi
    public static final String EXTRA_RESOLVED_BASE_PATH =
            "android.content.pm.extra.RESOLVED_BASE_PATH";

    /**
     * Streaming installation pending.
     * Caller should make sure DataLoader is able to prepare image and reinitiate the operation.