Isvisoft / flutter_screen_recording

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

MediaProjection Error solution #80

Closed cateyelow closed 10 months ago

cateyelow commented 1 year ago

add AndroidManifest.xml following this

  <service
       android:name="com.foregroundservice.ForegroundService"
       android:foregroundServiceType="mediaProjection">
  </service>
abdullahwaheed12 commented 1 year ago

its working