Skip to content

Commit 811ed1f

Browse files
committed
优化app link配置,现在每次安装都会重新检查一次
1 parent c3a9c9d commit 811ed1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/AndroidManifest.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,8 @@
9696
android:name="android.app.shortcuts"
9797
android:resource="@xml/shortcuts" />
9898

99-
<intent-filter>
99+
<intent-filter android:autoVerify="true">
100100
<action android:name="android.intent.action.VIEW" />
101-
102101
<category android:name="android.intent.category.DEFAULT" />
103102
<category android:name="android.intent.category.BROWSABLE" />
104103

0 commit comments

Comments
 (0)