Top "Android-external-storage" questions

Tag for questions related with saving data to/reading data from an Android device external storage.

Installing an APK on /system/priv-app

I have a rooted TV Box with Android 7.1.2 which didn't come with the Files app (com.android.documentsui), so I …

android installation system android-external-storage android-7.1-nougat
How to get an External storage sd card size (With Mounted SD card)?

Link :I worked on based on this Link I added this line to find the size (both Internal and External) …

android storage sd-card android-external-storage
Recommended path for caching images on external memory / sd card

When I look at my sd card root directory in Android file transfer or Astro file manager it's a mess …

android android-sdcard android-external-storage
Can't open external storage file in Android N using FileProvider

I am having trouble opening file inside external storage with Android N. File path file:///storage/emulated/0/Download/SamplePDFFile_5mb.…

android android-intent android-external-storage android-fileprovider
Android mkdir() returns false, doesn't create folder

This is driving me crazy. I have tried all kinds of syntaxes but both mkdir() and mkdirs() return false. My …

android directory android-external-storage