Skip to content

Commit

Permalink
[FIX/#31] activity exported false 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Jan 7, 2024
1 parent 24e2d5c commit 7b962fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<activity
android:name="com.going.presentation.todo.TodoActivity"
android:exported="true"
android:exported="false"
android:screenOrientation="portrait" />

<activity
Expand Down

0 comments on commit 7b962fc

Please sign in to comment.