Skip to content

Commit

Permalink
set exported to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Okuro3499 committed Oct 2, 2023
1 parent 9cac753 commit 08d3bbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
<activity android:name=".IntroActivity" />
<activity
android:name=".SplashScreenActivity"
android:screenOrientation="portrait">
android:screenOrientation="portrait"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit 08d3bbd

Please sign in to comment.