can I call my app from HTML?
for example:I can call webpage with this code correctly from my app.
android code:
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(
"myDomain.com")));
and after doing something in my site, I want to open my android app again.
I find this code,
<a href="market://details?id=info.androidhive.slidingmenu">
but it's just call Market to find and install the app!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…