From 954252fd65da094945a5250adc843afc43f40f20 Mon Sep 17 00:00:00 2001 From: Chen Xu Date: Thu, 17 Oct 2019 00:15:53 -0700 Subject: [PATCH] add telephony role to some permissions needed by telephony module Bug: 141479803 Test: Build & Manual Change-Id: I46f38cccef70dc73254f3309e5d0242bba9b51d4 --- core/res/AndroidManifest.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index b030b33daf5e3..3049a43525a55 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -2274,7 +2274,7 @@ types of interactions @hide --> + android:protectionLevel="signature|installer|telephony" /> + // TODO: remove telephony once decouple settings activity from phone process + android:protectionLevel="signature|telephony" /> + android:protectionLevel="signature|telephony" /> + android:protectionLevel="signature|installer|telephony" /> @@ -4562,7 +4563,7 @@ + android:protectionLevel="signature|telephony" />