Skip to content

External Storage

Paradis Perdu edited this page Feb 27, 2019 · 1 revision

Sensitive information may be saved to external storage. If testing with an emulator your will need to add a SD card image and then pass this to the emulator.

https://developer.android.com/studio/command-line/mksdcard

mksdcard [memory size] [output file]

emulator -avd [avd] -sdcard [img file]

Clone this wiki locally