如果我的网址看起来像这样 https://somesite.com//#/?token=H41SB9SN
我应该在 AndroidManifest 中使用什么路径模式或路径,以便当用户单击这样的链接时,我的应用程序将打开?
应该是
<data android:scheme="https" android:host="somesite.com" android:pathPattern="/#/?token=" />