Top "Android-sdcard" questions

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

Android 6.0 Marshmallow. Cannot write to SD Card

I have an app that uses external storage to store photographs. As required, in its manifest, the following permissions are …

android android-sdcard android-6.0-marshmallow
Simple mediaplayer play mp3 from file path?

I have a very simple mediaplayer that play background. It calls file from the apk, but I want it to …

android android-mediaplayer android-sdcard android-file
Android: How to open a specific folder via Intent and show its content in a file browser?

I thought this would be easy but as it turns out unfortunately it's not. What I have: I have a …

android android-intent directory android-sdcard
How to get file name from file path in android

I want to get file name from sdcard file path. e.g. :/storage/sdcard0/DCIM/Camera/1414240995236.jpg I want get 1414240995236.…

android android-camera android-sdcard
Android - Save images in an specific folder

I need to save the pictures taken with my app in an specific folder. I've read many solutions to this …

android android-sdcard android-gallery android-camera-intent
Android get free size of internal/external memory

I want to get the size of free memory on internal/external storage of my device programmatically. I'm using this …

android android-sdcard diskspace
Check if directory exist on android's sdcard

How do I check if a directory exist on the sdcard in android?

android directory android-sdcard
storing android application data on SD Card

Is there a way to store android application data on the SD card instead of in the internal memory? I …

android memory-management android-sdcard
External SDCard file path for Android

Is it true that the file path to external SDCard on Android devices are always "/storage/extSdCard"? If not, how …

android titanium external sd-card android-sdcard
How to use the new SD card access API presented for Android 5.0 (Lollipop)?

Background On Android 4.4 (KitKat), Google has made access to the SD card quite restricted. As of Android Lollipop (5.0), developers can …

android android-sdcard android-5.0-lollipop documentfile