Skip to content

Commit 0a30b81

Browse files
authored
Update AndroidManifest.xml
1 parent 79dacbf commit 0a30b81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
android:name="android.support.FILE_PROVIDER_PATHS"
1818
android:resource="@xml/file_paths"/>
1919
</provider>
20-
<activity android:name=".MainActivity">
20+
<activity android:name=".MainActivity" android:exported="true">
2121
<intent-filter>
2222
<action android:name="android.intent.action.MAIN" />
2323
<category android:name="android.intent.category.LAUNCHER" />

0 commit comments

Comments
 (0)