any body knows why this error occur, Media projections require a foreground service of type ServiceInfo.FOREGROUND_SERVICE_TYPE_MEDIA_PROJECTION on getMediaProjection() ev
Add android:foregroundServiceType="mediaProjection" to the element in the manifest for your service.
android:foregroundServiceType="mediaProjection"