You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
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
The text was updated successfully, but these errors were encountered: