add 1 more predefined path for android

This commit is contained in:
in0finite 2019-07-21 22:26:13 +02:00
parent e88487c8fd
commit dd544fef9a
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -27,7 +27,7 @@
- Chat
- Android: touch input is required ; add some predefined folders in file browser ; HUD must run before other UI scripts ; add perms for read/write access to storage ;
- Android: touch input is required ; add some predefined folders in file browser ; HUD must run before other UI scripts ; add perms for read/write access to storage ; forbid screen rotation ; vibrate when ped is damaged ;
- Play sounds: horn ; empty weapon slot ; ped damage ; footsteps in run and sprint states ;