Skip to content

Commit

Permalink
fix: remove intent category to be launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtCode committed Mar 28, 2024
1 parent 4bbbdd8 commit 897628c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@
android:name=".MainActivity"
android:configChanges="orientation|screenSize"
android:screenOrientation="portrait">

<intent-filter>
<action android:name="android.intent.action.MAIN" />

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

0 comments on commit 897628c

Please sign in to comment.