简体   繁体   English

Android 应用程序。 从 android 手机浏览器链接重定向

[英]Android app. redirection from android phone browser link

I want to call android application on clicking of button on some website from mobile.我想通过手机点击某些网站上的按钮来调用 android 应用程序。

For example, When I click the web link, its call to android application if installed.例如,当我单击 web 链接时,它会调用 android 应用程序(如果已安装)。 Otherwise its redirect to specific application download on Android Market place.否则,它会重定向到 Android 市场上的特定应用程序下载。

Thanks in advance.提前致谢。 G. Padmanabhan. G. 帕德马纳班。

You need to implement an Intent Filter.您需要实现一个意图过滤器。 Read the documentation at the following link:阅读以下链接中的文档:

http://developer.android.com/guide/topics/intents/intents-filters.html#ifs http://developer.android.com/guide/topics/intents/intents-filters.html#ifs

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何直接从手机使用.apk链接下载android应用程序? - How to download android app using .apk link directly from phone? 应用程序可在浏览器上运行,但不能在Android Phone中运行-App - Application Working on Browser but not in Android Phone - App 使用HTML链接或JavaScript(而不是Java)从浏览器中打开Android应用 - Open Android App from Browser using HTML Link or JavaScript, not Java Android手机浏览器检测 - Android Phone Browser Detection 链接或Javascript片段从android captive门户浏览器上的链接打开外部应用程序 - Link or a Javascript snippet Open external app from a link on the android captive portal browser 在(浏览器)笔记本电脑上工作的phonegap地图应用程序,但在Android手机上不工作 - phonegap map app working on (browser) laptop but not working on Android phone React Native Expo - 单击链接时从 android 浏览器打开我的应用程序 - React Native Expo - Open my app from android browser when clicking a link 从浏览器重定向到 Microsoft 团队应用 - Redirection to microsoft teams app from browser 从Android WebView中的网页重定向 - Redirection from a webpage in android webview 地理位置可在网络浏览器上使用,但不能在android手机浏览器上使用 - geolocation working on web browser but not on android phone browser
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM