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

 

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

 

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

 

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

解决方法:

 

添加如下一段代码:

 

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

 

 

 

 

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

 

 

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

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

上一篇:树莓派学习笔记——USB wifi配置指南


下一篇:2015 偶数求和 AC 杭电