First song played: What she said - The Smiths

This commit is contained in:
Antonio Cappiello 2020-12-09 19:31:35 +01:00
parent 820f783d01
commit c1c02b3c37
14 changed files with 787 additions and 109 deletions

View file

@ -23,7 +23,6 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<service android:name=".service.AudioDownloadService"/>
<service android:name=".service.AudioPlayerService"/>
<service android:name=".service.MusicService" android:enabled="true"/>
</application>
</manifest>