Merge "Removes instant apps from certain screens" into oc-dev am: 1c956b304a
am: 1a8318c7ed
Change-Id: I2d6da7bd72d49218097c9135f78f14089b35a14c
This commit is contained in:
@@ -259,6 +259,12 @@ 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