Files
scummvm/backends/platform/android
antoniou79 135cd721c5 ANDROID: Prevent getPath() when getExternalFilesDir(null) returns null
According to documentation getExternalFilesDir returns the absolute path to application-specific directory

May return null if shared storage is not currently available.
This will not happen for getFilesDir() which returns the internal app path (always guaranteed to be available)
2023-04-23 13:36:53 +03:00
..
2022-08-22 15:38:10 +02:00
2023-01-20 14:14:03 +01:00
2023-01-20 14:14:03 +01:00