Add "FILTER_NOT_HIDE" for all app filters. am: d785a8db78 am: 00ed827516

am: 15c14f0cc2

Change-Id: I2322d0d3e496013cfb02444b2224fab1eecb47b9
This commit is contained in:
jackqdyulei
2016-10-07 15:02:47 +00:00
committed by android-build-merger

View File

@@ -887,6 +887,8 @@ public class ManageApplications extends InstrumentedFragment
comparatorObj = ApplicationsState.ALPHA_COMPARATOR;
break;
}
filterObj = new CompoundFilter(filterObj, ApplicationsState.FILTER_NOT_HIDE);
AppFilter finalFilterObj = filterObj;
mBgHandler.post(() -> {
final ArrayList<AppEntry> entries = mSession.rebuild(finalFilterObj,