Skip to content

Commit e6b241b

Browse files
committed
android:exported
1 parent 1803b15 commit e6b241b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

demo/config.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application" xmlns:android="http://schemas.android.com/apk/res/android">
2727
<application android:networkSecurityConfig="@xml/network_security_config" />
2828
</edit-config>
29+
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application/activity[@android:name='MainActivity']">
30+
<activity android:exported="true" />
31+
</edit-config>
2932
<resource-file src="resources/android/xml/network_security_config.xml" target="app/src/main/res/xml/network_security_config.xml" />
3033
<allow-intent href="market:*" />
3134
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />

0 commit comments

Comments
 (0)