码迷,mamicode.com
首页 > 移动开发 > 详细

android 7.0拍照问题file:///storage/emulated/0/photo.jpeg exposed beyond app through ClipData.Item.getUri

时间:2018-06-13 18:09:22      阅读:396      评论:0      收藏:0      [点我收藏+]

标签:系统   ref   key   set   blank   through   roi   file   oid   

在Application的onCreat()方法中添加以下代码:

 

// android 7.0系统解决拍照的问题

StrictMode.VmPolicy.Builder builder = new StrictMode.VmPolicy.Builder();

StrictMode.setVmPolicy(builder.build());

builder.detectFileUriExposure();

 

 

出处http://blog.csdn.net/qq_23179075/article/details/70314473

android 7.0拍照问题file:///storage/emulated/0/photo.jpeg exposed beyond app through ClipData.Item.getUri

标签:系统   ref   key   set   blank   through   roi   file   oid   

原文地址:https://www.cnblogs.com/HIMES/p/9178876.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!