diff options
| author | mahdihijazi <mahdi.hijaz@hotmail.com> | 2018-01-08 18:06:10 +0100 |
|---|---|---|
| committer | mahdihijazi <mahdi.hijaz@hotmail.com> | 2018-01-24 12:15:59 +0100 |
| commit | ae8b469b80cd2da1cb83d5b77a801ba1d074dcd2 (patch) | |
| tree | b7657b49439304e0149bc50750c498d9b2ccd991 /Source/Android/app/src/main/res | |
| parent | 9a166dca572d7220c345df030921bbd466381c91 (diff) | |
Android: Don't hard code the user dircetory path to /sdcard/dolphin-emu
Android is allowed to pick any path for the external storage media and
that's why we should always use Environment.getExternalStorageDirectory()
to get the external storage path
Diffstat (limited to 'Source/Android/app/src/main/res')
| -rw-r--r-- | Source/Android/app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml index 8c1ed538ac..aada82b4ed 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -251,4 +251,6 @@ <string name="load_settings">Loading Settings...</string> <string name="emulation_change_disc">Change Disc</string> + + <string name="external_storage_not_mounted">The external storage needs to be available in order to use Dolphin</string> </resources> |
