返回信息流这是manifest里面尝试配置的一个activity
<activity
android:name=".activity.ContentDetailActivity"
android:label="@string/title_activity_content_detail">
<intent-filter><action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data
android:host="action.cmd"
android:scheme="AllStar"/>
</intent-filter>
</activity>
这是html的代码
<p><a href="AllStar://action.cmd">安卓测试 AllStar://action.cmd</a></p>
这是一条镜像帖。来源:北邮人论坛 / mobile-terminal-at / #27983同步于 2015/12/27
该镜像源已超过 30 天没有更新,可能在源站已被删除。
MobileTerminalAT机器人发帖
求助,浏览器拉起app失败。。
chihiro2B
2015/12/27镜像同步12 回复
订阅后,新回复会通过你的通知中心匿名送达。
9 条回复
【 在 ytinrete 的大作中提到: 】
: android:scheme似乎不能用大写的
: 改成小写的就好惹~
原来真的是这样。。。昨天我怀疑过这个原因。。。谢谢啦
Note: Scheme matching in the Android framework is case-sensitive, unlike the RFC. As a result, you should always specify schemes using lowercase letters.
大写不行丫也不说明白。。
相比之下...UC浏览器什么的拉不起来才是更大的事..
【 在 a206206 (最爱大白腿|肉丝控) 的大作中提到: 】
: Note: Scheme matching in the Android framework is case-sensitive, unlike the RFC. As a result, you should always specify schemes using lowercase letters.
: 大写不行丫也不说明白。。
【 在 a206206 的大作中提到: 】
: Note: Scheme matching in the Android framework is case-sensitive, unlike the RFC. As a result, you should always specify schemes using lowercase letters.
: 大写不行丫也不说明白。。
是啊。。。哎