Skip to content

Commit

Permalink
Update AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Okuro3499 authored Feb 9, 2024
1 parent c1bd28b commit d6cbef6
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 @@ -36,7 +36,7 @@
<activity
android:name=".SplashScreenActivity"
android:exported="true"
android:screenOrientation="fullSensor">
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand All @@ -57,7 +57,7 @@

<activity
android:name=".InitialActivity"
android:screenOrientation="fullSensor"
android:screenOrientation="portrait"
android:theme="@style/MyMaterialTheme.Base" />

<meta-data
Expand Down

0 comments on commit d6cbef6

Please sign in to comment.