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

Commit e93d1b18 authored by Hassan Ali's avatar Hassan Ali
Browse files

Remove refererence from public API to flagged API

Remove refererence from public API to flagged API in PackageInstaller.java

Test: m ds-docs-java
Bug: 304996215
Change-Id: Ic1b96c33d4bb847f7bd758ad9b8f1bc6cf7c391f
parent ed082bde
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1262,7 +1262,7 @@ public class PackageInstaller {
     *                      {@code statusReceiver} if timeout happens before commit.
     * @throws IllegalArgumentException if the {@code statusReceiver} from an immutable
     *             {@link android.app.PendingIntent} when caller has a target SDK of API
     *             {@link android.os.Build.VERSION_CODES#VANILLA_ICE_CREAM} or above.
     *             35 or above.
     */
    public void commitSessionAfterInstallConstraintsAreMet(int sessionId,
            @NonNull IntentSender statusReceiver, @NonNull InstallConstraints constraints,
@@ -1972,7 +1972,7 @@ public class PackageInstaller {
         *             {@link #openWrite(String, long, long)} are still open.
         * @throws IllegalArgumentException if the {@code statusReceiver} from an immutable
         *             {@link android.app.PendingIntent} when caller has a target SDK of API
         *             version {@link android.os.Build.VERSION_CODES#VANILLA_ICE_CREAM} or above.
         *             version 35 or above.
         *
         * @see android.app.admin.DevicePolicyManager
         * @see #requestUserPreapproval
@@ -2003,7 +2003,7 @@ public class PackageInstaller {
         *                       individual status codes on how to handle them.
         * @throws IllegalArgumentException if the {@code statusReceiver} from an immutable
         *             {@link android.app.PendingIntent} when caller has a target SDK of API
         *             {@link android.os.Build.VERSION_CODES#VANILLA_ICE_CREAM} or above.
         *             35 or above.
         *
         * @hide
         */