Skip to content

Commit

Permalink
优化app link配置,现在每次安装都会重新检查一次
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojieonly committed Aug 15, 2024
1 parent c3a9c9d commit 811ed1f
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 @@ -96,9 +96,8 @@
android:name="android.app.shortcuts"
android:resource="@xml/shortcuts" />

<intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

Expand Down

0 comments on commit 811ed1f

Please sign in to comment.