Updated on 2026-08-14

This commit is contained in:
Tangem 2024-03-13 19:55:54 +05:00
parent 9cc6f26cf4
commit 4d3791a56b
5 changed files with 113 additions and 1 deletions

View file

@ -144,5 +144,12 @@
android:resource="@xml/provider_paths" />
</provider>
<service
android:name="com.tangem.tap.common.pushes.TangemPushNotificationService"
android:exported="false">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
</application>
</manifest>