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

Commit 4ce55a39 authored by Christopher Tate's avatar Christopher Tate
Browse files

Fix FLAG_PRIVILEGED numbering

Change-Id: Ia04326acb51a76c0f1931fce94f0501d4ce7faba
parent 3af16b22
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -314,6 +314,14 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
     */
    public static final int FLAG_IS_DATA_ONLY = 1<<24;

    /**
     * Value for {@link #flags}: set to {@code true} if the application
     * is permitted to hold privileged permissions.
     *
     * {@hide}
     */
    public static final int FLAG_PRIVILEGED = 1<<30;

    /**
     * Value for {@link #flags}: Set to true if the application has been
     * installed using the forward lock option.
@@ -337,14 +345,6 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
     */
    public static final int FLAG_CANT_SAVE_STATE = 1<<28;

    /**
     * Value for {@link #flags}: set to {@code true} if the application
     * is permitted to hold privileged permissions.
     *
     * {@hide}
     */
    public static final int FLAG_PRIVILEGED = 1<<29;

    /**
     * Flags associated with the application.  Any combination of
     * {@link #FLAG_SYSTEM}, {@link #FLAG_DEBUGGABLE}, {@link #FLAG_HAS_CODE},