From cd83b1fac793b84f46d7c8f3d27ffbfd67e27469 Mon Sep 17 00:00:00 2001 From: Suprabh Shukla Date: Fri, 9 Apr 2021 14:52:41 -0700 Subject: [PATCH] Upgrading allowlist for calendar provider This allows it to schedule alarms while the device is in doze without needing SCHEDULE_EXACT_ALARM permission, which is user visible. Test: adb logcat -s AndroidRuntime should show no crashes for "com.android.providers.calendar" due to missing SCHEDULE_EXACT_ALARM. Bug: 171306433 Change-Id: I3dc358f0de0f6d869c3c6e7d6c2c243dc2348096 --- data/etc/platform.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/etc/platform.xml b/data/etc/platform.xml index 321339073c0b3..bdb4b085e1f4d 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -276,7 +276,8 @@ - + +