From 73a84ffd2dc2ed0cab642711b8cc3cd2d3e444ec Mon Sep 17 00:00:00 2001 From: Suprabh Shukla Date: Tue, 6 Dec 2022 17:56:52 -0800 Subject: [PATCH] Add descriptions for exact alarm permissions User readable labels and descriptions for SCHEDULE_EXACT_ALARM and USE_EXACT_ALARM were missing. Test: Manually check 'App Info -> Permissions -> All Permissions' for any app with either of these permissions. Bug: 203415007 Change-Id: I36f944de59274d73593c40977c027f1cbc411c36 --- core/res/AndroidManifest.xml | 4 ++++ core/res/res/values/strings.xml | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index fb451ddabd04b..71a02dd64b9c5 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -4629,6 +4629,8 @@

Protection level: appop --> This app can use data in the background. This may increase data usage. + + Schedule precisely timed actions + + This app can schedule work to happen at a desired time in the future. This also means that the app can run when you\u2019re not actively using the device. + + + Schedule alarms or event reminders + + This app can schedule actions like alarms and reminders to notify you at a desired time in the future. + make app always run