Skip to content

Commit 110942e

Browse files
Fix Android 11 package visibility issue
EddyVerbruggen#180
1 parent ee41062 commit 110942e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

plugin.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@
4444
<param name="onload" value="true" />
4545
</feature>
4646
</config-file>
47+
48+
<config-file target="AndroidManifest.xml" parent="/manifest">
49+
<queries>
50+
<intent>
51+
<action android:name="android.support.customtabs.action.CustomTabsService" />
52+
</intent>
53+
</queries>
54+
</config-file>
55+
4756
<framework src="build/android/SafariViewController-java18.gradle" custom="true" type="gradleReference" />
4857
<framework src="androidx.browser:browser:1.3.0" />
4958

0 commit comments

Comments
 (0)