Skip to content

Commit

Permalink
[FIX/#336] add DEFAULT intent filter
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Feb 1, 2025
1 parent 904b259 commit 3e71715
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions feature/main/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<intent-filter>
<action android:name="android.intent.action.MAIN" />

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

0 comments on commit 3e71715

Please sign in to comment.