Top "Android-sdcard" questions

SD Card is a Secure Digital Card available with Android which acts as the External Storage Directory.

Android KitKat 4.4 folder on sd card

We've just fallen foul of the new permissions that apply to writing files to sd cards (external storage) on Android 4.4 (…

android android-sdcard android-4.4-kitkat
Can't create External Files Dir in Android. WRITE_EXTERNAL_STORAGE is present

I tried using both my ApplicationContext and my calling Service's Context to access the external directory. Unfortunately, it keeps returning …

android android-sdcard
Problem Pushing Large File to Emulator/SDcard with Eclipse DDMS

I am using Eclipse DDMS to push a file over onto my Android Emulator sdcard. I select the file and …

android eclipse android-emulator android-sdcard ddms
How can I use dd to write an image to my android phones SD card?

I'm trying to use my android phone in place of a card reader to write a .img file to its …

android android-sdcard dd nook
Getting all the total and available space on Android

To my knowledge, on Android, there is: Internal memory for apps and cache Internal SD Card on some phones (not …

android environment sd-card android-sdcard
Android SAF (Storage Access FrameWork): Get particular file Uri from TreeUri

I am taking External Sd Card's PersistableUriPermission and storing it for further use. Now I want that when user provides …

android file-io android-sdcard storage-access-framework
Do ALL android devices have an internal SD card?

On the first run of my app, I am downloading a pretty big file to /sdcard/ I already know this …

android android-sdcard
Caused by: java.lang.IllegalStateException: Unable to create directory in Android 6.0 devices

I have to store the download the image from the url using DownloadManager and store it into the sdcard with …

android android-sdcard android-download-manager imagedownload
Android sharing image doesn't work

I am trying to share a screenshot of the application using the following code: View content = findViewById(R.id.layoutHome); …

android android-intent android-sdcard android-sharing