Thijs van Beers

Results 1 comments of Thijs van Beers

I have a similar problem using this code: ``` String folder = Environment.getExternalStorageDirectory().getAbsolutePath()+"/folder/"; String filename = new File(folder, "file.png").getAbsolutePath(); save(filename); ``` This does create a the file in the correct...