diff options
| author | 2024-08-01 09:28:29 +0000 | |
|---|---|---|
| committer | 2024-08-01 09:28:29 +0000 | |
| commit | 1ef1c0b80e5378273af4e9682b2792ff5046ea3b (patch) | |
| tree | aa040160c27a349566d0aa96ac9e75c28e1f91fb | |
| parent | 73a1f20925aaeae873c3d239b2e41840e50d3c52 (diff) | |
| parent | 14e0310c557e25ab0cc038745eac36eb9999f233 (diff) | |
Merge "Remove flag from hidden permission." into main
| -rw-r--r-- | core/res/AndroidManifest.xml | 5 |
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" /> |