mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 15:03:37 +00:00
Code clean up
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user