Skip to content

Commit cb68a5f

Browse files
authored
Merge pull request #361 from Iterable/bugfix/MOB-2892-open-url-android-11
Bugfix/mob 2892 open url android 11
2 parents 8df8886 + 368284f commit cb68a5f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

iterableapi/src/main/AndroidManifest.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,17 @@
2424

2525
</application>
2626

27+
<queries>
28+
<intent>
29+
<action android:name="android.intent.action.VIEW" />
30+
<category android:name="android.intent.category.BROWSABLE" />
31+
<data android:scheme="https" />
32+
</intent>
33+
<intent>
34+
<action android:name="android.intent.action.VIEW" />
35+
<category android:name="android.intent.category.BROWSABLE" />
36+
<data android:scheme="http" />
37+
</intent>
38+
</queries>
39+
2740
</manifest>

0 commit comments

Comments
 (0)