Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f806e33b authored by Nandana Dutt's avatar Nandana Dutt
Browse files

Make CAPTURE_SECURE_VIDEO_OUTPUT privileged again

a69e3678 restricted
CAPTURE_SECURE_VIDEO_OUTPUT to signature only. This breaks
casting premium content from Play Apps & Movies and YouTube
app.

Revert the restriction for now while we figure out the right
thing to do.

BUG: 114183892
BUG: 111131054
Test: Tested by mirroring the device to chromecast and verified
playing premium content on Play Movies & TV app and YouTube
works correctly.

Change-Id: Ifb247c17be924655d7fc95b7e957f9822254d363
parent 5ed02df4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3352,7 +3352,7 @@
          @hide
          @removed -->
    <permission android:name="android.permission.CAPTURE_SECURE_VIDEO_OUTPUT"
        android:protectionLevel="signature" />
        android:protectionLevel="signature|privileged" />

    <!-- @SystemApi 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>  -->