Set DownloaderService to exportable

This commit is contained in:
CappielloAntonio 2022-01-12 16:51:06 +01:00
parent 7d7ee3e099
commit 73e6b2e4cb

View file

@ -39,7 +39,7 @@
</intent-filter>
</service>
<service android:name=".service.DownloaderService"
android:exported="false">
android:exported="true">
<intent-filter>
<action android:name="androidx.media3.exoplayer.downloadService.action.RESTART"/>
<category android:name="android.intent.category.DEFAULT"/>