Code clean up

This commit is contained in:
CappielloAntonio 2021-08-30 08:48:35 +02:00
parent 23568bae9b
commit a2243e079f
2 changed files with 2 additions and 9 deletions

View file

@ -25,9 +25,7 @@
</intent-filter>
</activity>
<service android:name=".service.MusicService" android:enabled="true"/>
<service android:name=".service.DownloaderService"
android:exported="false">
<service android:name=".service.DownloaderService" android:exported="false">
<intent-filter>
<action android:name="com.google.android.exoplayer.downloadService.action.RESTART"/>
<category android:name="android.intent.category.DEFAULT"/>