安卓将自己的应用加入到其他应用列表

https://blog.csdn.net/u013394527/article/details/80982369
https://blog.csdn.net/baidu_31956557/article/details/100125376


Android Studio,logcat, Verbose, 过滤intent:

QQ中用via打开htm:
I/TeleScreen|CheckForwardManager: jump src: biz_src_jc_file, pkg: mark.via, scheme: content://com.tencent.mobileqq.fileprovider/external_files/storage/emulated/0/Android/data/com.tencent.mobileqq/cache/share/zj.htm, action: android.intent.action.VIEW, refId: null

微信用via打开htm:
I/ActivityTaskManager: START u0 {act=android.intent.action.VIEW dat=content://com.tencent.mm.external.fileprovider/external/Android/data/com.tencent.mm/MicroMsg/b7e2b82341dbb86b43fd19f9590f0577/attachment/zj.htm typ=text/html flg=0x11000001 pkg=mark.via cmp=mark.via/.Shell (has extras) u=0} from uid 10207

参数

action: android.intent.action.VIEW
scheme: content://com.tencent.mobileqq.fileprovider/external_files/storage/emulated/0/Android/data/com.tencent.mobileqq/cache/share/zj.htm
(data: content://com.tencent.mm.external.fileprovider/external/Android/data/com.tencent.mm/MicroMsg/b7e2b82341dbb86b43fd19f9590f0577/attachment/zj.htm)
package: mark.via
type: text/html

浏览器应用的 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

你可能感兴趣的:(Android)