在我的应用程序中,我想记录屏幕和我写下面的代码。
但在android 10中,请告诉我以下错误:
Media projections require a foreground service of type ServiceInfo.FOREGROUND_SERVICE_TYPE_MEDIA_PROJECTION
我的代码:
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<service
android:name=".app.services.RecorderService"
android:enabled="true"
android:exported="true"
android:foregroundServiceType="mediaProjection"
tools:targetApi="q" />
我在google和stackoverflow上搜索了一下,只说添加了上面的代码!
但对我来说又不行!
我该怎么修?
我该怎么修?
暂无答案!
目前还没有任何答案,快来回答吧!