Skip to content

Commit

Permalink
- Fixed the problem the app "is not installed"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sav22999 committed May 7, 2022
1 parent 18e4bd5 commit 87bb46c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<activity
android:name=".SplashScreen"
android:configChanges="orientation|keyboardHidden|screenSize"
android:exported="false"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/AppTheme.FullScreen">
<intent-filter>
Expand All @@ -45,7 +45,7 @@
<!-- The actual app (MainActivity) -->
<activity
android:name=".MainActivity"
android:exported="false"
android:exported="true"
android:hardwareAccelerated="true"
android:label="@string/app_name">
<intent-filter>
Expand Down

0 comments on commit 87bb46c

Please sign in to comment.