From 6123954747f84c5f1aacf846bd25af65ec2b1425 Mon Sep 17 00:00:00 2001 From: Etienne Ruffieux Date: Mon, 13 Dec 2021 19:14:13 +0000 Subject: Added SystemApi tag to BLUETOOTH_MAP permission. In order for Bluetooth to be mainline compliant, we need to update the hidden BLUETOOTH_MAP permission with SystemApi tag. Tag: #feature Bug: 210470631 Test: build Change-Id: I2033beafb1d7dda25ddcff1b14893ed576c36991 --- core/api/system-current.txt | 1 + core/res/AndroidManifest.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/api/system-current.txt b/core/api/system-current.txt index cd1fef9d18ba..ca3c51152514 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -66,6 +66,7 @@ package android { field public static final String BIND_TRANSLATION_SERVICE = "android.permission.BIND_TRANSLATION_SERVICE"; field public static final String BIND_TRUST_AGENT = "android.permission.BIND_TRUST_AGENT"; field public static final String BIND_TV_REMOTE_SERVICE = "android.permission.BIND_TV_REMOTE_SERVICE"; + field public static final String BLUETOOTH_MAP = "android.permission.BLUETOOTH_MAP"; field public static final String BRICK = "android.permission.BRICK"; field public static final String BRIGHTNESS_SLIDER_USAGE = "android.permission.BRIGHTNESS_SLIDER_USAGE"; field public static final String BROADCAST_CLOSE_SYSTEM_DIALOGS = "android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS"; diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 1a38ea10a97d..fcf830e3dc27 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -2018,7 +2018,7 @@ -