Skip to content

Commit 8155b33

Browse files
authored
set exported=true in app's manifest file
1 parent c537bff commit 8155b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
android:usesCleartextTraffic="true">
2121

2222
<activity android:name=".ChooserActivity"
23-
android:exported="false">
23+
android:exported="true">
2424
<intent-filter>
2525
<action android:name="android.intent.action.MAIN" />
2626

0 commit comments

Comments
 (0)