Storage Apps Lists SPA migration
Pending task to support Sorting by Name which is currently not possible given existing SPA infra Bug: 284032857 Bug: 284032898 Test: Unit Test. Uncomment lines and tested Settings>Storage>Apps and Settings>Storage>Games Change-Id: I93853ed7184808a083b66ba5b03f9fe3acf48d41
This commit is contained in:
@@ -68,6 +68,7 @@ import com.android.settings.spa.app.specialaccess.MediaManagementAppsAppListProv
|
||||
import com.android.settings.spa.app.specialaccess.ModifySystemSettingsAppListProvider
|
||||
import com.android.settings.spa.app.specialaccess.NfcTagAppsSettingsProvider
|
||||
import com.android.settings.spa.app.specialaccess.WifiControlAppListProvider
|
||||
import com.android.settings.spa.app.storage.StorageAppListPageProvider
|
||||
import com.android.settings.spa.notification.AppListNotificationsPageProvider
|
||||
import com.android.settings.spa.system.AppLanguagesPageProvider
|
||||
|
||||
@@ -119,6 +120,9 @@ object ManageApplicationsUtil {
|
||||
LIST_TYPE_MAIN -> AllAppListPageProvider.name
|
||||
LIST_TYPE_NFC_TAG_APPS -> NfcTagAppsSettingsProvider.getAppListRoute()
|
||||
LIST_TYPE_USER_ASPECT_RATIO_APPS -> UserAspectRatioAppsPageProvider.name
|
||||
// TODO(b/292165031) enable once sorting is supported
|
||||
//LIST_TYPE_STORAGE -> StorageAppListPageProvider.Apps.name
|
||||
//LIST_TYPE_GAMES -> StorageAppListPageProvider.Games.name
|
||||
else -> null
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user