mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Services declaration in AndroidMani
This commit is contained in:
parent
8ada5f61fc
commit
708e3c799e
1 changed files with 5 additions and 4 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue