Add app default UI to App & Notifications.

Bug: 31799948
Test: RunSettingsRoboTests
Change-Id: Icca4954f82af38316cc232b8879c0f7e7869ecb3
This commit is contained in:
Fan Zhang
2016-10-21 14:23:56 -07:00
parent e5f6fdba05
commit 4136d902bf
7 changed files with 203 additions and 7 deletions

View File

@@ -245,7 +245,8 @@ public class ManageApplications extends InstrumentedFragment
}
if (className.equals(AllApplicationsActivity.class.getName())) {
mShowSystem = true;
} else if (className.equals(NotificationAppListActivity.class.getName())) {
} else if (className.equals(NotificationAppListActivity.class.getName())
|| this instanceof NotificationApps) {
mListType = LIST_TYPE_NOTIFICATION;
mNotifBackend = new NotificationBackend();
} else if (className.equals(StorageUseActivity.class.getName())) {