hello i\'m trying to save pictures taken on my application, but when i try to access the memory to place the data, an error comes out
unable to decode stream java.io
Add this permission in Android Manifest.
If it fails with this permission is present already, then you need to check your app's target SDK level. If it is targetSdkVersion => 23, then you need to request permissions at Run Time. Here