Loading core/java/android/content/pm/PackageInstaller.java +3 −3 Original line number Diff line number Diff line Loading @@ -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, Loading Loading @@ -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 Loading Loading @@ -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 */ Loading Loading
core/java/android/content/pm/PackageInstaller.java +3 −3 Original line number Diff line number Diff line Loading @@ -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, Loading Loading @@ -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 Loading Loading @@ -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 */ Loading