Skip to content

Commit

Permalink
Merge pull request #304 from TaYaKi71751/dev-fix-manifest
Browse files Browse the repository at this point in the history
Fix app icon dissapear on android
  • Loading branch information
violet-dev authored Jan 1, 2024
2 parents 4c30203 + 5f4fafb commit 9d5e6b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
<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.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="violet" />
</intent-filter>
</activity>
Expand Down

0 comments on commit 9d5e6b9

Please sign in to comment.