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

Commit cb60f71c authored by Jeffrey Vander Stoep's avatar Jeffrey Vander Stoep Committed by Android (Google) Code Review
Browse files

Merge "fix ApplicationInfo flag collision"

parents 4604b746 9edb7bf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -484,7 +484,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
     *
     * {@hide}
     */
    public static final int PRIVATE_FLAG_AUTOPLAY = 1<<6;
    public static final int PRIVATE_FLAG_AUTOPLAY = 1 << 7;

    /**
     * Private/hidden flags. See {@code PRIVATE_FLAG_...} constants.