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