Updated on 2026-08-14
This commit is contained in:
parent
b0d9d81348
commit
63a8133bd7
3 changed files with 14 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue