弱龄寄事外,委怀在琴书。这篇文章主要讲述Android6.0 调用相册的闪退问题相关的知识,希望能为你提供帮助。
主要是用这个调用
Intent intent2 = new Intent(Intent.ACTION_PICK); intent2.setType("image/*"); startActivityForResult(intent2, REQUESTCODE_GALLERY);
【Android6.0 调用相册的闪退问题】如果使用下面的这个android6.0 会出现
E/HAL: load: id=gralloc != hmi-> id=gralloc
Intent intent2 = new Intent(Intent.ACTION_GET_CONTENT); intent2.setType("image/*"); startActivityForResult(intent2, REQUESTCODE_GALLERY);
推荐阅读
- 如何加速你的WinXP搜索技巧的巧妙办法
- Android逆向之旅---反编译利器Apktool和Jadx源码分析以及错误纠正
- Android 的网络编程
- 119 android:hardwareAccelerated="true"or"false"硬件加速的重要性
- TYPESDK手游聚合SDK客户端设计思路与架构之二(安卓平台统一化接口结构及思路)
- 安卓Textview的getLineCount返回0
- Android使用KeyStore对数据进行加密
- 从ViewPager嵌套RecyclerView再嵌套RecyclerView看安卓事件分发机制
- android多cpu架构适配开篇