From 6a63aa3bfbcf30c2a01f35e3e6be651c5731dfc3 Mon Sep 17 00:00:00 2001 From: Suprabh Shukla Date: Thu, 19 May 2022 15:31:05 -0700 Subject: [PATCH] Improve docs for SCHEDULE_EXACT_ALARM Mentioning protection level and explicitly stating that the permission is revocable. Updated the hyperlink to a page with more comprehensive guidance. Test: m offline-sdk-docs && \ cd $ANDROID_BUILD_TOP/out/target/common/docs/offline-sdk/ && \ python3 -m http.server 8000 Then manually inspect the contents of http://localhost:8000/reference/android/Manifest.permission.html#SCHEDULE_EXACT_ALARM Fixes: 205210647 Change-Id: Ide4c42ed22ee63df90c466f89331e5680cc39660 --- core/res/AndroidManifest.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 8db5f9a1f51be..e52da0fd6787f 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -4495,10 +4495,10 @@ android:protectionLevel="signature|privileged"/>