Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-13 18:09:48 +04:00
parent f35975398d
commit e354f12cf5

View file

@ -413,6 +413,14 @@
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
<!-- SurveySparrow SDK exports this activity (exported="true") in its own manifest. -->
<!-- We launch it only via an explicit in-app intent, so force it non-exported to -->
<!-- prevent any other installed app from loading arbitrary web content into it. -->
<activity
android:name="com.surveysparrow.ss_android_sdk.SsSurveyActivity"
android:exported="false"
tools:replace="android:exported" />
</application>
<queries>
<!-- Needed from Android 11 to open Google Wallet for payment with Visa card -->