mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-31 22:53:37 +00:00
Refactor project structure
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user