From 352921071c2dfe64959dc94222640cf5294f1337 Mon Sep 17 00:00:00 2001 From: Aishwarya Mallampati Date: Mon, 23 Jan 2023 23:19:13 +0000 Subject: [PATCH] Added new SATELLITE_COMMUNICATION permission Bug: 260896985 Change-Id: Ia4515c8960ea16b4665edf422ead536ef7d38a70 --- core/api/system-current.txt | 1 + core/res/AndroidManifest.xml | 5 +++++ packages/Shell/AndroidManifest.xml | 1 + 3 files changed, 7 insertions(+) diff --git a/core/api/system-current.txt b/core/api/system-current.txt index a40d97e9525c6..cf8df97024252 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -303,6 +303,7 @@ package android { field public static final String REVIEW_ACCESSIBILITY_SERVICES = "android.permission.REVIEW_ACCESSIBILITY_SERVICES"; field public static final String REVOKE_RUNTIME_PERMISSIONS = "android.permission.REVOKE_RUNTIME_PERMISSIONS"; field public static final String ROTATE_SURFACE_FLINGER = "android.permission.ROTATE_SURFACE_FLINGER"; + field public static final String SATELLITE_COMMUNICATION = "android.permission.SATELLITE_COMMUNICATION"; field public static final String SCHEDULE_PRIORITIZED_ALARM = "android.permission.SCHEDULE_PRIORITIZED_ALARM"; field @Deprecated public static final String SCORE_NETWORKS = "android.permission.SCORE_NETWORKS"; field public static final String SECURE_ELEMENT_PRIVILEGED_OPERATION = "android.permission.SECURE_ELEMENT_PRIVILEGED_OPERATION"; diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 7d69d5675eab2..81c7fba617044 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1026,6 +1026,11 @@ android:permissionFlags="hardRestricted" android:protectionLevel="dangerous" /> + + + diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index 2779fa282836c..0664061401f30 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -49,6 +49,7 @@ +