Push notification improvements

This commit is contained in:
Grishka
2024-06-08 20:43:38 +03:00
parent c3e48d20f3
commit 0dabe89bcd
3 changed files with 271 additions and 4 deletions

View File

@@ -79,6 +79,7 @@
</activity>
<service android:name=".AudioPlayerService" android:foregroundServiceType="mediaPlayback"/>
<service android:name=".NotificationActionHandlerService" android:exported="false"/>
<receiver android:name=".PushNotificationReceiver" android:exported="true" android:permission="com.google.android.c2dm.permission.SEND">
<intent-filter>