Skip to content

Commit

Permalink
Merge pull request #43 from APP-Android2/30-feature-자유게시판구현
Browse files Browse the repository at this point in the history
[#30] Manifest 시작 화면 수정
  • Loading branch information
ayz1070 authored Apr 12, 2024
2 parents e387f3d + aeffc4c commit 6622302
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MungNolZa/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@
<activity
android:name=".ui.intro.activity.StartActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".ui.intro.activity.OnBoardingActivity"
Expand Down

0 comments on commit 6622302

Please sign in to comment.