From c99d9173d6f1b6018e7fec54154fd66d88b67236 Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Fri, 2 Oct 2020 10:28:01 -0700 Subject: [PATCH] Make android.telecom.action.POST_CALL a protected broadcast. Ultimately we only want Telecom to be able to broadcast this and use it to open an activity in an app implementing the CallScreeningService API. Test: Added CTS permissions verifier test to confirm this is protected. Bug: 169834488 Change-Id: I0ca1b680b6bacc2597a59714b2c1a3363fe8057f --- core/res/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 80f73f0430680..9b90b0a249223 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -511,6 +511,7 @@ +