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

Commit 0854975b authored by Hassan Ali's avatar Hassan Ali Committed by Android (Google) Code Review
Browse files

Merge "Remove refererence from public API to flagged API" into main

parents 0ec2fb72 e93d1b18
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1244,7 +1244,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,
@@ -1954,7 +1954,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
@@ -1985,7 +1985,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
         */