Skip to content

Commit

Permalink
#36 [chore] manifest exported 값 true -> false 값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
stellar-halo committed Jan 14, 2024
1 parent 0f97a04 commit 7b16a35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
tools:targetApi="31">
<activity
android:name=".ui.main.MainActivity"
android:exported="true"
android:exported="false"
android:screenOrientation="portrait" />

<activity
android:name=".ui.onboarding.OnboardingActivity"
android:exported="true"
android:exported="false"
android:screenOrientation="portrait" />

<activity
Expand All @@ -35,8 +35,8 @@
<activity
android:name=".ui.storytelling.StoryTellingActivity"
android:exported="false"
android:screenOrientation="portrait"></activity>
android:screenOrientation="portrait" />

<activity
android:name=".ui.onboarding.splash.SplashActivity"
android:exported="true"
Expand Down

0 comments on commit 7b16a35

Please sign in to comment.