ScreenKap
ScreenKap copied to clipboard
Android 11 Not Working
In Android 11 (Api level 29 or 30) Not Working Caused by: java.lang.SecurityException: Media projections require a foreground service of type ServiceInfo.FOREGROUND_SERVICE_TYPE_MEDIA_PROJECTION
this lib is dead, let using https://github.com/HBiSoft/HBRecorder
@Hitskalkani The error is telling you that you need to run the media project API as a Foreground service. Moreover, I have tested the code as it was working on Android 12 as well.