summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Eric Laurent <elaurent@google.com> 2024-11-18 16:00:07 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-11-18 16:00:07 +0000
commitb3747b038aef6d15a0d6624c0689bc713d2bd75b (patch)
tree4ee2e3642c2fda0cbe9e372df280dafb6eebf467
parent694d8cde10144549bd97140f91b7e6f1d27871bd (diff)
parent00b75b06b06ddee01ade74076336e1fcb9903663 (diff)
Merge "Add BYPASS_CONCURRENT_RECORD_AUDIO_RESTRICTION permission" into main
-rw-r--r--tests/cts/permissionpolicy/res/raw/android_manifest.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/cts/permissionpolicy/res/raw/android_manifest.xml b/tests/cts/permissionpolicy/res/raw/android_manifest.xml
index 34190e459..dcb2880de 100644
--- a/tests/cts/permissionpolicy/res/raw/android_manifest.xml
+++ b/tests/cts/permissionpolicy/res/raw/android_manifest.xml
@@ -6295,6 +6295,15 @@
<permission android:name="android.permission.CAPTURE_VOICE_COMMUNICATION_OUTPUT"
android:protectionLevel="signature|privileged|role" />
+ <!-- @SystemApi Allows an application to bypass concurrency restrictions while
+ recording audio. For example, apps with this permission can continue to record
+ while a voice call is active.</p>
+ @FlaggedApi(android.media.audio.Flags.FLAG_CONCURRENT_AUDIO_RECORD_BYPASS_PERMISSION)
+ @hide -->
+ <permission android:name="android.permission.BYPASS_CONCURRENT_RECORD_AUDIO_RESTRICTION"
+ android:featureFlag="android.media.audio.concurrent_audio_record_bypass_permission"
+ android:protectionLevel="signature|privileged|role" />
+
<!-- @SystemApi Allows an application to capture audio for hotword detection.
<p>Not for use by third-party applications.</p>
@hide -->