Revert "Merge "Removes instant apps from certain screens" into oc-dev am: 1c956b304a"
This reverts commitd7da58ade5
, reversing changes made to6d539dc7a4
. Bad automerge of an already-present patch caused a duplicate definition of LIST_TYPES_WITH_INSTANT. Test: none Change-Id: I98e74d1c0db739dd425c945652251a1050d26c63
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user