diff options
| author | 2024-04-27 00:46:55 +0000 | |
|---|---|---|
| committer | 2024-04-27 00:46:55 +0000 | |
| commit | 4f777f5cec68280f1ce787e4868210b0ebf6e8a3 (patch) | |
| tree | be3116a7153921e09a8f0a6f06c1a4c5265ab37c | |
| parent | 71e9852963a3352b19b735b9065c2df31b4727bb (diff) | |
| parent | 58b3e584a7c6d298c1329e4fadbb10306c8b9b95 (diff) | |
Merge "Make CAPTURE_SECURE_VIDEO_OUTPUT permission a role permission as well" into main
| -rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 567844c971a0..e2106c53f565 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -6200,7 +6200,7 @@ @hide @removed --> <permission android:name="android.permission.CAPTURE_SECURE_VIDEO_OUTPUT" - android:protectionLevel="signature" /> + android:protectionLevel="signature|role" /> <!-- Allows an application to know what content is playing and control its playback. <p>Not for use by third-party applications due to privacy of media consumption</p> --> |