Updated on 2026-08-14
This commit is contained in:
parent
9cc6f26cf4
commit
4d3791a56b
5 changed files with 113 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue