Refactor project structure

This commit is contained in:
CappielloAntonio 2021-04-27 10:44:55 +02:00
parent a26c127356
commit 2d886b67ff
46 changed files with 158 additions and 361 deletions

View file

@ -17,7 +17,7 @@
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">
<activity
android:name=".ui.activities.MainActivity"
android:name=".ui.activity.MainActivity"
android:windowSoftInputMode="adjustPan|adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@ -26,7 +26,7 @@
</activity>
<service android:name=".service.MusicService" android:enabled="true"/>
<service android:name=".service.PlayDownloadService"
<service android:name=".service.DownloaderService"
android:exported="false">
<intent-filter>
<action android:name="com.google.android.exoplayer.downloadService.action.RESTART"/>