mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Code clean up
This commit is contained in:
parent
23568bae9b
commit
a2243e079f
2 changed files with 2 additions and 9 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue