Add current song

This commit is contained in:
Tommaso Berlose
2020-05-08 15:10:19 +02:00
parent d86d2cadd4
commit 654ec3fe66
64 changed files with 623 additions and 22 deletions

View File

@ -139,6 +139,12 @@
<service android:name=".services.EventListenerJob" android:permission="android.permission.BIND_JOB_SERVICE" />
<service android:name=".receivers.MusicNotificationListener"
android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE">
<intent-filter>
<action android:name="android.service.notification.NotificationListenerService" />
</intent-filter>
</service>
</application>
</manifest>