Skip to content

Commit 335ebf6

Browse files
committed
refactor(app): export the launcher activity
1 parent adc3834 commit 335ebf6

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)