Top "Internal-storage" questions

Referring to the Internal Storage capability of the Android API.

Android: how to write a file to internal storage

I am developing a simple android application and I need to write a text file in internal storage device. I …

java android internal-storage
Retrieve database or any other file from the Internal Storage using run-as

On a non-rooted android device, I can navigate to the data folder containing the database using the run-as command with …

android database android-sqlite adb internal-storage
How to turn a portable SD card into internal storage via ADB command?

Android 6.0 Marshmallow’s introduces Adoptable Storage, a feature that allows use a SD Card as internal storage. Is it possible …

android android-6.0-marshmallow sd-card internal-storage
absolute path to directory in the internal storage in android?

I want to keep my app required files inside a directory under internal storage. in the previous stage i used …

android directory internal-storage
Android - Copy files from assets to /data/data folder

I need to use some files in my app. They are kept in asset folder. I saw discussions on SO, …

android android-file android-assets internal-storage
How to get absolute path of Internal Storage in Android

Internal Storage Path Consider the above picture. It shows the folders and file in internal storage. My problem is i …

android internal-storage
file path return null always in lollipop android

this is my code when i'm getting image from internal storage (gallery). In lollipop file path return always null. if (…

android imageview android-5.0-lollipop filepath internal-storage
where is internal storage, phone storage and external storage

Here is the files tree of my phone: I've learnt that storage on Android OS is usually broken down into: …

android storage android-sdcard internal-storage
Android 4.4 Virtual Device Internal Storage Will Not Resize

When creating a new Android 4.4 Virtual Device using the AVD Manager, I cannot get the internal storage to be anything …

android android-emulator emulation avd internal-storage
Android write to internal storage

I tried to store a *.m4a file (a microphone recording) into a "public" directory, I mean into a directory …

android internal-storage