External Storage - CraigDonkin/Android-Testing GitHub Wiki
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]