如下的报错:

android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW cat=[android.intent.category.DEFAULT] dat=content://***.fileProvider/files_root/Android/data/***/cache/ofddata/5bd4483f46db4ea58fe3e7a0cb387cf8.ofd typ=application/ofd flg=0x10000003 }

这个问题困扰了我几个小时,在这里记录下解决办法:

在AndroidManifest.xml中的acitivyt添加intent-filter

    

更多相关文章

  1. android在java中动态改变控件大小
  2. Android(安卓)应用程序运行shell命令
  3. [Android(安卓)GMS 认证] CTS 问题列表之 CtsServicesHostTestCa
  4. android ImageUtils 图片处理工具类
  5. 开始使用Google Maps Android(安卓)API v2(Getting Started)
  6. 向Button上添加OnclickListener的另一种方式
  7. 操作Android(安卓)手机通讯录数据库
  8. 安卓添加全局字体tff
  9. PC端与android手机端使用adb forword通信

随机推荐

  1. docker为什么用golang开发
  2. Go安装各种第三方库、包的命令
  3. golang gin可以做什么
  4. go语言函数介绍
  5. go语言一些使用经验(精选)
  6. golang flag是什么
  7. go语言的init函数详解
  8. go语言​中的包引入、函数、变量使用
  9. golang defer什么时候执行
  10. Go语言并发机制图文详解