安卓将自己的应用加入到其他应用列表
https://blog..net/u013394527/article/details/80982369 https://blog..net/baidu_31956557/article/details/100125376
Android Studio,logcat, Verbose, 过滤intent:
参数
浏览器应用的 intent-filter
<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:scheme="file"/>
<data android:scheme="content"/>
<data android:scheme="https"/>
<data android:scheme="http"/>
<data android:mimeType="*/*"/>
<data android:host="*"/>
</intent-filter>
网页搜索列表仍然没有
网页里选中文字用via搜索: from:com.hty.browser, to:mark.via, with act:android.intent.action.WEB_SEARCH, callingUserId:0, toUserId:0
I/ActivityTaskManager: START u0 {act=android.intent.action.WEB_SEARCH flg=0x13000000 cmp=mark.via/.Shell (has extras)} from uid 10209
