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

Commit b519b676 authored by Jesse Evans's avatar Jesse Evans Committed by android-build-merger
Browse files

Make instant apps appear above disabled apps am: b2d85af9

am: f52bfd03

Change-Id: I1b58da2932103f9879d3eb84c7b55aea2b208509
parents 67589e7a f52bfd03
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -130,13 +130,13 @@ public class ManageApplications extends InstrumentedPreferenceFragment
    public static final int SIZE_EXTERNAL = 2;

    // Filter options used for displayed list of applications
    // The order which they appear is the order they will show when spinner is present.
    // Filters will appear sorted based on their value defined here.
    public static final int FILTER_APPS_POWER_WHITELIST = 0;
    public static final int FILTER_APPS_POWER_WHITELIST_ALL = 1;
    public static final int FILTER_APPS_ALL = 2;
    public static final int FILTER_APPS_ENABLED = 3;
    public static final int FILTER_APPS_DISABLED = 4;
    public static final int FILTER_APPS_INSTANT = 5;
    public static final int FILTER_APPS_INSTANT = 4;
    public static final int FILTER_APPS_DISABLED = 5;
    public static final int FILTER_APPS_BLOCKED = 6;
    public static final int FILTER_APPS_PERSONAL = 7;
    public static final int FILTER_APPS_WORK = 8;