Writing File To External Storage In Android 4.4 Kitkat
Hello guys I want to download and put a file in public folder on the sdcard of the mobile so that the user can directly access it. Prior to android 4.4 it was easy but now android
Solution 1:
You just need to make a call getExternalFilesDirs(null) from your activity to get absolute paths to internal/external folders related to your application.
Post a Comment for "Writing File To External Storage In Android 4.4 Kitkat"