Add AlarmsAndRemindersAppListProvider to SpecialAppAccess

Bug: 235727273
Test: Manually with Settings
Change-Id: I122033451826df95eadafa75953f1bcda516a9c8
This commit is contained in:
Chaohui Wang
2022-12-02 14:54:50 +08:00
parent f3aed71e2f
commit a3647a7332

View File

@@ -60,6 +60,7 @@ object SpecialAppAccessPageProvider : SettingsPageProvider {
ModifySystemSettingsAppListProvider, ModifySystemSettingsAppListProvider,
PictureInPictureListProvider, PictureInPictureListProvider,
InstallUnknownAppsListProvider, InstallUnknownAppsListProvider,
AlarmsAndRemindersAppListProvider,
).map { it.buildAppListInjectEntry().setLink(fromPage = owner).build() } ).map { it.buildAppListInjectEntry().setLink(fromPage = owner).build() }
} }
} }