Updated on 2026-08-14

This commit is contained in:
Tangem 2024-07-18 20:53:39 +05:00
parent b0d9d81348
commit 63a8133bd7
3 changed files with 14 additions and 1 deletions

View file

@ -147,6 +147,13 @@
android:resource="@xml/provider_paths" />
</provider>
<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@drawable/ic_tangem_24" />
<meta-data
android:name="com.google.firebase.messaging.default_notification_color"
android:resource="@color/white" />
<service
android:name="com.tangem.tap.common.pushes.TangemPushNotificationService"
android:exported="false">