FileProvider Not Working with Camera
Please do not try to put exported=”true” as pointed out by pskink, your app will crash the moment it loads. FileProvider is not meant to work in this state. Tried intent.addFlags solution by CommonsWare. Not working. probably will only works with ACTION_SEND kind of intent. I found the answer in this post. Apparently the manual … Read more