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

am: 00ed827516

Change-Id: I108753ea9af54aba754a8899f02a3f100f3b38fd
This commit is contained in:
jackqdyulei
2016-10-06 21:00:31 +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,