我想從html直接鏈接到android應用程序。 例如,對於電子郵件激活即發送到用戶從HTML鏈接到Android應用程序
<p>If you want to activation your account, click this
<a href='http://localhost/mobiletest'>Aktivasi</a>
</p>
從電子郵件,我想直接在android系統鏈接激活活性。如何使它在HTML代碼?
我想從html直接鏈接到android應用程序。 例如,對於電子郵件激活即發送到用戶從HTML鏈接到Android應用程序
<p>If you want to activation your account, click this
<a href='http://localhost/mobiletest'>Aktivasi</a>
</p>
從電子郵件,我想直接在android系統鏈接激活活性。如何使它在HTML代碼?
好像你需要插入喜歡你的谷歌播放鏈接:
<p>If you want to activation your account, click this
<a href='https://play.google.com/store/apps/details?id=com.domain.appname'>Aktivasi</a>
</p>
希望它可以幫助
如果應用程序未提供在谷歌播放? – San
然後你應該看看這裏https://developer.chrome.com/multidevice/android/intents – Crythephoenix
我認爲你正在尋找的Android Deeplink
功能,在這裏看到的更多信息(link)
或者您可以使用Airbnb上的this third party library。
歡迎來到Stackoverflow!爲了充分利用網站,提出一些好問題很重要。有關提問的指南,請訪問:http://stackoverflow.com/help/how-to-ask另外,您可以參觀:http://stackoverflow.com/tour –