On Android 10 application is crash after giving permission of Screen Capture with following error
Caused by: java.lang.SecurityException: Media projections require a foreground service of type ServiceInfo.FOREGROUND_SERVICE_TYPE_MEDIA_PROJECTION
error is on this line
this.mMediaProjection = mProjectionManager.getMediaProjection(this.result, this.data);
Although I added foreground permission in manifest and in-service tag to