From f7607fbcadd3eeac1e883747161ee8dfadc3a4a5 Mon Sep 17 00:00:00 2001 From: Daniel Bright Date: Tue, 9 Feb 2021 10:46:02 -0800 Subject: New permission to perform IMS RCS Reg actions * Created new permission called PERFORM_IMS_SINGLE_REGISTRATION Test: Tested with SmsManagerTest by making it a system app Bug: 173652571 Change-Id: I6d4ae879d9d2b347f6576ea20f9e42454b39936b --- core/api/system-current.txt | 1 + core/res/AndroidManifest.xml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/core/api/system-current.txt b/core/api/system-current.txt index 5bb3e0517032..1a884640d2c2 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -179,6 +179,7 @@ package android { field public static final String PACKET_KEEPALIVE_OFFLOAD = "android.permission.PACKET_KEEPALIVE_OFFLOAD"; field public static final String PEERS_MAC_ADDRESS = "android.permission.PEERS_MAC_ADDRESS"; field public static final String PERFORM_CDMA_PROVISIONING = "android.permission.PERFORM_CDMA_PROVISIONING"; + field public static final String PERFORM_IMS_SINGLE_REGISTRATION = "android.permission.PERFORM_IMS_SINGLE_REGISTRATION"; field public static final String PERFORM_SIM_ACTIVATION = "android.permission.PERFORM_SIM_ACTIVATION"; field public static final String POWER_SAVER = "android.permission.POWER_SAVER"; field public static final String PROVIDE_RESOLVER_RANKER_SERVICE = "android.permission.PROVIDE_RESOLVER_RANKER_SERVICE"; diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 827bf7b70cbc..6cb7471d547f 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1055,6 +1055,14 @@ android:description="@string/permdesc_accessImsCallService" android:protectionLevel="signature|privileged" /> + + +