OSDN Git Service

Fix filter bug for non-internal app filtering.
authorDaniel Nishi <dhnishi@google.com>
Tue, 11 Jul 2017 20:38:38 +0000 (13:38 -0700)
committerDaniel Nishi <dhnishi@google.com>
Wed, 12 Jul 2017 00:11:28 +0000 (17:11 -0700)
commit6f3900f6b552f09357227335b77c121728d7134e
treed6818f9ca38a07036fc362f1ecffd1c57cfe9a2f
parent75bcd075f23794e0ef17ed3b8e25d3b449b61c23
Fix filter bug for non-internal app filtering.

By default, the filter would show all non-categorized apps. This,
however, regressed the external storage apps view which does not have
categorization (yet). By adding back in a legacy option to use the old
purely UUID filtering, we can fix the regression.

Change-Id: I72d8d3bc08fbdff53374eb1e973bce9f8d7e2e79
Fixes: 63542896
Test: Settings unit test
src/com/android/settings/applications/ManageApplications.java
src/com/android/settings/deviceinfo/PrivateVolumeSettings.java
tests/unit/src/com/android/settings/applications/ManageApplicationsUnitTest.java