Create AppDataUsageListController

For better organization and testings.

Bug: 240931350
Test: manual - on AppDataUsage
Test: unit test
Change-Id: I77ceeccc7055fcd948fe40d5dfb9cc4a9b9ad2ee
This commit is contained in:
Chaohui Wang
2023-09-28 16:54:38 +08:00
parent ec39446b76
commit b19eb9a4c2
10 changed files with 358 additions and 242 deletions

View File

@@ -76,6 +76,7 @@
<PreferenceCategory
android:key="app_list"
android:title="@string/data_usage_other_apps" />
android:title="@string/data_usage_other_apps"
settings:controller="com.android.settings.datausage.AppDataUsageListController" />
</PreferenceScreen>