Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
chore: add app link
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoshin committed Apr 30, 2022
1 parent e4196b2 commit 5f2edd8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<!-- 受限于国内网络,verify 会失败 -->
<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" />

<data
android:scheme="https"
android:host="foodiestudio.github.io"
android:pathPrefix="/BotFather" />
</intent-filter>
</activity>

<activity
Expand Down

0 comments on commit 5f2edd8

Please sign in to comment.