summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Raphael Kim <raphk@google.com> 2024-08-01 09:28:29 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-08-01 09:28:29 +0000
commit1ef1c0b80e5378273af4e9682b2792ff5046ea3b (patch)
treeaa040160c27a349566d0aa96ac9e75c28e1f91fb
parent73a1f20925aaeae873c3d239b2e41840e50d3c52 (diff)
parent14e0310c557e25ab0cc038745eac36eb9999f233 (diff)
Merge "Remove flag from hidden permission." into main
-rw-r--r--core/res/AndroidManifest.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index f3dac2313c91..a00cc8b91627 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -6107,9 +6107,8 @@
android:description="@string/permdesc_deliverCompanionMessages"
android:protectionLevel="normal" />
- <!-- @hide @FlaggedApi("android.companion.flags.companion_transport_apis")
- Allows an application to send and receive messages via CDM transports.
- -->
+ <!-- Allows an application to send and receive messages via CDM transports.
+ @hide -->
<permission android:name="android.permission.USE_COMPANION_TRANSPORTS"
android:protectionLevel="signature" />