当前位置:编程学习 > wap >>

安卓开发怎么让自己的程序出现在浏览器的默认列表里


我在网上看到可以用这个
<intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="http" android:host="*" />  
                <data android:mimeType="*/*" />  
            </intent-filter>
但是我用了不行 求教了!
补充:移动开发 ,  Android
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,