【Android】出现 Activity supporting ACTION_VIEW is not set as BROWSABLE 问题

时间:2020-02-25 23:15:47   收藏:0   阅读:513

 

【爱迪】AndroidManifest.xml 这里出现 Activity supporting ACTION_VIEW is not set as BROWSABLE 问题!

 

技术分享图片

 

 这个错误的意思是:支持ACTION_VIEW的活动未设置为BROWSABLE

解决方法:

 

添加如下一段代码:

 

<category android:name="android.intent.category.BROWSABLE"/>

 

 

 

 

 技术分享图片

 

 

参考: https://blog.csdn.net/wqh0830/article/details/88528784

原文:https://www.cnblogs.com/lovedi/p/12364491.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!