Skip to content

Commit

Permalink
[chore] : #3 시작 액티비티 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
1971123-seongmin committed Oct 24, 2024
1 parent 6740fc6 commit 7f6dd5c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
android:theme="@style/Theme.ANDANDROID" />
<activity
android:name=".presentation.screen.SigninActivity"
android:exported="true"
android:exported="false"
android:label="SigninActivity"
android:theme="@style/Theme.ANDANDROID" >
android:theme="@style/Theme.ANDANDROID" />
<activity
android:name=".presentation.MainActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/Theme.ANDANDROID">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".presentation.MainActivity"
android:exported="false"
android:label="@string/app_name"
android:theme="@style/Theme.ANDANDROID"/>
</application>

</manifest>

0 comments on commit 7f6dd5c

Please sign in to comment.