Isvisoft / flutter_screen_recording

A new Flutter plugin for record the screen.
MIT License
142 stars 138 forks source link

Provide support with Android 14 #110

Closed anandStratBeans closed 1 month ago

anandStratBeans commented 3 months ago

The foreground service does not work in Android14. It gives below error. When we call the method start recording.

java.lang.RuntimeException: Unable to start service com.foregroundservice.ForegroundService@fa42443 with Intent { cmp=com.stratbeans.bytecastingevolve/com.foregroundservice.ForegroundService (has extras) }: java.lang.SecurityException: Starting FGS with type mediaProjection callerApp=ProcessRecord{1d2d69b 3953:com.stratbeans.bytecastingevolve/u0a200} targetSDK=34 requires permissions: all of the permissions allOf=true [android.permission.FOREGROUND_SERVICE_MEDIA_PROJECTION] any of the permissions allOf=false [android.permission.CAPTURE_VIDEO_OUTPUT, android:project_media]

leijingxing commented 3 months ago

+1

MakhmudovBekhruz commented 2 months ago

Please help with that.

salime45 commented 1 month ago

fix