mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Set DownloaderService to exportable
This commit is contained in:
parent
7d7ee3e099
commit
73e6b2e4cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue