Remove primaryUserOnly param from UsageStats

UsageStats App List will then has same behavior as other App Lists,
can show apps from work profile.

Bug: 284902200
Test: Manually on device with Headless System User Mode
Change-Id: Ibaf9a01b8d82c342a3aab73bafc9925c4b2ac146
This commit is contained in:
Chaohui Wang
2023-05-30 11:16:16 +08:00
parent 6cb1f9401d
commit b3a236d703

View File

@@ -32,7 +32,6 @@ object UsageStatsPageProvider : SettingsPageProvider {
AppListPage(
title = stringResource(R.string.testing_usage_stats),
listModel = rememberContext(::UsageStatsListModel),
primaryUserOnly = true,
)
}
}