Skip to content

Commit

Permalink
fix: 桌面没有图标
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Jan 8, 2024
1 parent e4ebe6e commit e509130
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
/>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<action android:name="android.intent.action.SEARCH" />
<category android:name="android.intent.category.DEFAULT" />
Expand Down

0 comments on commit e509130

Please sign in to comment.