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

Commit 80391437 authored by Wei Wang's avatar Wei Wang
Browse files

Fix build failure

Test: m
Change-Id: I3a007a52a86c0d6dbe1d3fb055d9259baad9daf1
parent 7ca25cf0
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -259,12 +259,6 @@ public class ManageApplications extends InstrumentedPreferenceFragment
    public static final int LIST_TYPE_MOVIES = 10;
    public static final int LIST_TYPE_MOVIES = 10;




    // List types that should show instant apps.
    public static final Set<Integer> LIST_TYPES_WITH_INSTANT = new ArraySet<>(Arrays.asList(
                    LIST_TYPE_MAIN,
                    LIST_TYPE_STORAGE));


    // List types that should show instant apps.
    // List types that should show instant apps.
    public static final Set<Integer> LIST_TYPES_WITH_INSTANT = new ArraySet<>(Arrays.asList(
    public static final Set<Integer> LIST_TYPES_WITH_INSTANT = new ArraySet<>(Arrays.asList(
                    LIST_TYPE_MAIN,
                    LIST_TYPE_MAIN,