app应用的 AndroidManifest.xml 定义文件
  <activity >            <intent-filter>                <action android:name="android.intent.action.VIEW" />                <category android:name="android.intent.category.LAUNCHER" />                <category android:name="android.intent.category.DEFAULT" />                <category android:name="android.intent.category.BROWSABLE" />                <data                    android:host="my.a"                     android:scheme="m" />            </intent-filter>  </activity >


调用网页
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Insert title here</title></head><body> <a href="m://my.a/play?a=b">local3</a><br/></body></html>

更多相关文章

  1. Android 各种自定义进度条Progressbar
  2. Android浏览器如何打开网页
  3. Momo自定义DialogFragment
  4. 自定义Android editText
  5. Android创建自定义键盘

随机推荐

  1. 实战Spring Boot 2.0系列(二) - 全局异常
  2. Spring Cloud整合Thrift RPC(二) - sprin
  3. 2年java,蚂蚁一面,卒
  4. 到处是map、flatMap,啥意思?
  5. 实战Spring Boot 2.0系列(三) - 使用@Asy
  6. 学习LINUX的第15天
  7. "Sed" 高级功能:我这小脑瓜都快绕晕了
  8. 程序员画像,十年沉浮
  9. 实战Spring Boot 2.0系列(四) - 使用WebA
  10. 我就是不看好jpa