PlatformSchedulerService in manifest

This commit is contained in:
Finnley Somdahl 2024-01-12 20:10:55 -06:00
parent 3077f39c9d
commit f12a4de04b
3 changed files with 6 additions and 3 deletions

View file

@ -305,6 +305,9 @@
android:name=".connections.discord.DiscordService"
android:exported="false"
android:foregroundServiceType="dataSync" />
<service android:name="androidx.media3.exoplayer.scheduler.PlatformScheduler$PlatformSchedulerService"
android:permission="android.permission.BIND_JOB_SERVICE"
android:exported="true"/>
<meta-data android:name="com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME"
android:value="androidx.media3.cast.DefaultCastOptionsProvider"/>