mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 08:13:07 +00:00
Services declaration in AndroidMani
This commit is contained in:
@@ -24,11 +24,12 @@
|
|||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<service android:name=".service.MusicService" android:enabled="true"/>
|
<service
|
||||||
<service android:name=".service.DownloaderService" android:exported="false">
|
android:name=".service.MediaService"
|
||||||
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="com.google.android.exoplayer.downloadService.action.RESTART"/>
|
<action android:name="androidx.media3.session.MediaLibraryService" />
|
||||||
<category android:name="android.intent.category.DEFAULT"/>
|
<action android:name="androidx.media3.session.MediaBrowserService" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</service>
|
</service>
|
||||||
</application>
|
</application>
|
||||||
|
|||||||
Reference in New Issue
Block a user