From a78a1ee1c45c408b72b4c77789be3b161184c966 Mon Sep 17 00:00:00 2001 From: Sooraj Sasindran Date: Tue, 4 Apr 2023 09:56:57 -0700 Subject: [PATCH] Allow platform app and privileged apps to access satellite apis Allow platform app and privileged apps to access satellite apis Bug: 274919340 Test: build Change-Id: If9574f1c92c30d4af87fcf711b1e86ac379d5d5e --- core/res/AndroidManifest.xml | 4 ++-- data/etc/privapp-permissions-platform.xml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 9a5450068fb3e..b2d734e93f800 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1036,9 +1036,9 @@ android:protectionLevel="dangerous" /> + Only granted if the application is a system app or privileged app. --> + android:protectionLevel="role|signature|privileged" /> diff --git a/data/etc/privapp-permissions-platform.xml b/data/etc/privapp-permissions-platform.xml index 8ece337971a9c..40cb7f2194e99 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -518,6 +518,8 @@ applications that come with the platform + +