Skip to content

Commit

Permalink
[MOD/#9] Manifest 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jan 4, 2024
1 parent 295d451 commit 664de4f
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 @@ -31,7 +31,7 @@
</activity>

<activity
android:name="com.going.presentation.preferencetag.PreferenceTagActivity"
android:name="com.going.presentation.mock.MockActivity"
android:exported="true"
android:screenOrientation="portrait">
<intent-filter>
Expand All @@ -53,9 +53,9 @@
android:name="com.going.presentation.tendencytest.TendencyTestActivity"
android:exported="true" />

<!-- <activity-->
<!-- android:name="com.going.presentation.preferencetag.PreferenceTagActivity"-->
<!-- android:exported="true" />-->
<activity
android:name="com.going.presentation.preferencetag.PreferenceTagActivity"
android:exported="true" />

</application>

Expand Down

0 comments on commit 664de4f

Please sign in to comment.