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

Commit 4119623c authored by Zimuzo's avatar Zimuzo
Browse files

Make CAPTURE_VIDEO_OUTPUT privileged again

Restricting CAPTURE_VIDEO_OUTPUT permission in ag/4779804 preents the system from binding to RemoteDisplayProviders.
This breaks a legitimate use case of casting a device from Settings.
We temporarily soft revert the change pending a better solution.

Bug: 113371538
Test: Manually tested by casting to a Chrome Cast device.
Change-Id: If8f7fd775998d1b7bcdf9f72fe92cb86845f2044
parent 903eee75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3345,7 +3345,7 @@
          @hide
          @removed -->
    <permission android:name="android.permission.CAPTURE_VIDEO_OUTPUT"
        android:protectionLevel="signature" />
        android:protectionLevel="signature|privileged" />

    <!-- Allows an application to capture secure video output.
         <p>Not for use by third-party applications.</p>