commit | a3647a733225d1f4456dbd87764c2c490a0bacd6 | [log] [tgz] |
---|---|---|
author | Chaohui Wang <chaohuiw@google.com> | Fri Dec 02 14:54:50 2022 +0800 |
committer | Chaohui Wang <chaohuiw@google.com> | Fri Dec 02 14:54:50 2022 +0800 |
tree | 92ebcf405339b24cf88c104733dd107d57b700c3 | |
parent | f3aed71e2fbec175c633155ed9766fa11e4b5bdc [diff] |
Add AlarmsAndRemindersAppListProvider to SpecialAppAccess Bug: 235727273 Test: Manually with Settings Change-Id: I122033451826df95eadafa75953f1bcda516a9c8
diff --git a/src/com/android/settings/spa/app/specialaccess/SpecialAppAccess.kt b/src/com/android/settings/spa/app/specialaccess/SpecialAppAccess.kt index 5602649..f955adf 100644 --- a/src/com/android/settings/spa/app/specialaccess/SpecialAppAccess.kt +++ b/src/com/android/settings/spa/app/specialaccess/SpecialAppAccess.kt
@@ -60,6 +60,7 @@ ModifySystemSettingsAppListProvider, PictureInPictureListProvider, InstallUnknownAppsListProvider, + AlarmsAndRemindersAppListProvider, ).map { it.buildAppListInjectEntry().setLink(fromPage = owner).build() } } }