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

Commit bdacefba authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Change FLAG_FORWARD_LOCK back to its original value to not break things." into honeycomb

parents 9b120ead 75e616e8
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -281,9 +281,11 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
     * Value for {@link #flags}: Set to true if the application has been
     * installed using the forward lock option.
     *
     * NOTE: DO NOT CHANGE THIS VALUE!  It is saved in packages.xml.
     * 
     * {@hide}
     */
    public static final int FLAG_FORWARD_LOCK = 1<<30;
    public static final int FLAG_FORWARD_LOCK = 1<<29;

    /**
     * Value for {@link #flags}: set to <code>true</code> if the application
@@ -296,7 +298,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
     *
     * {@hide}
     */
    public static final int FLAG_CANT_SAVE_STATE = 1<<29;
    public static final int FLAG_CANT_SAVE_STATE = 1<<28;

    /**
     * Flags associated with the application.  Any combination of