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

Commit e999ac9b authored by Song Chun Fan's avatar Song Chun Fan Committed by Automerger Merge Worker
Browse files

Merge "[pm] describe warning dialog behavior in javadoc" into udc-dev am:...

Merge "[pm] describe warning dialog behavior in javadoc" into udc-dev am: 416dd2e5 am: 50f4d8fe am: da7f9042

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23438327



Change-Id: I7e2654bda629480ee580d380406045c6cbc8ee0e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 76e81de3 da7f9042
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -444,6 +444,10 @@ public class PackageInstaller {
     * exist, it may be missing native code for the ABIs supported by the
     * device, or it requires a newer SDK version, etc.
     *
     * Starting in {@link Build.VERSION_CODES#UPSIDE_DOWN_CAKE}, an app with only 32-bit native
     * code can still be installed on a device that supports both 64-bit and 32-bit ABIs.
     * However, a warning dialog will be displayed when the app is launched.
     *
     * @see #EXTRA_STATUS_MESSAGE
     */
    public static final int STATUS_FAILURE_INCOMPATIBLE = 7;