Skip to content Skip to sidebar Skip to footer

Save An Edited Image To The Sd Card

I'm opening an image from the gallery, resizing it, and attempting to save the resized version to the apps data file so I can grab it in future. My problem is I keep getting a File

Solution 1:

Needed

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

Whoops.

Post a Comment for "Save An Edited Image To The Sd Card"