Skip to content

Commit 21246f3

Browse files
committed
Fix error in app
1 parent 7f211f9 commit 21246f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<activity
1717
android:name=".Activities.SplashActivity"
1818
android:label="@string/app_name"
19+
android:exported="false"
1920
android:noHistory="true" >
2021
<intent-filter>
2122
<action android:name="android.intent.action.MAIN" />

0 commit comments

Comments
 (0)