2017-01-16 141 views
0

我想從html直接鏈接到android應用程序。 例如,對於電子郵件激活即發送到用戶從HTML鏈接到Android應用程序

<p>If you want to activation your account, click this 
<a href='http://localhost/mobiletest'>Aktivasi</a> 
</p> 

從電子郵件,我想直接在android系統鏈接激活活性。如何使它在HTML代碼?

+0

歡迎來到Stackoverflow!爲了充分利用網站,提出一些好問題很重要。有關提問的指南,請訪問:http://stackoverflow.com/help/how-to-ask另外,您可以參觀:http://stackoverflow.com/tour –

回答

0

好像你需要插入喜歡你的谷歌播放鏈接:

<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> 

希望它可以幫助

+0

如果應用程序未提供在谷歌播放? – San

+0

然後你應該看看這裏https://developer.chrome.com/multidevice/android/intents – Crythephoenix

相關問題