Solution to the problem of “unable to load this picture” after taking photos of Android round avatar (suitable for Android 7.0)

Feature: Click to take a picture or open the album, select the picture for cutting, and finally set it as a circular head image.

Problem: take a good picture, click cut, and play toast "this picture cannot be loaded".

Solution: add two lines of code to the cropped class

intent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);

intent.addFlags(Intent.FLAG_GRANT_WRITE_URI_PERMISSION);

The main codes are as follows:

summary

The above is the solution to the problem of "unable to load this picture" after taking photos of Android round avatar (adapted to Android 7.0). I hope it will be helpful to you. If you have any questions, please leave me a message and Xiaobian will reply to you in time!

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>