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

Commit 75e616e8 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Change FLAG_FORWARD_LOCK back to its original value to not break things.

Change-Id: Ib9a38521cc5031a81bae5a830aaf458b8a5ee7a5
parent c237bb27
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