add predefined directory for Android

This commit is contained in:
in0finite 2019-07-26 18:50:32 +02:00
parent a01ce7b94f
commit c8f846eb61

View file

@ -271,7 +271,7 @@ public class FileBrowser {
{ {
if (Application.platform == RuntimePlatform.Android) if (Application.platform == RuntimePlatform.Android)
{ {
return new string[]{"/", "/sdcard/", "/storage/sdcard0/", "/storage/sdcard1/", "/storage/emulated/0/"}; return new string[]{"/", "/sdcard/", "/storage/", "/storage/sdcard0/", "/storage/sdcard1/", "/storage/emulated/0/"};
} }
else else
{ {