scummvm/backends/platform/android
antoniou 0a7dd239e7 ANDROID: Added a note comment about scummvm.ini location
Location is directly inside the app's internal storage folder

I am not sure if I did this by mistake, because I think it would be better for it
to be under the subpath ".config/scummvm" which we do create earlier.
However, this *mistake* makes the file easier accessible via the "LAN" feature,
since otherwise the user has to also enable the "show hidden files" option
and navigate specifically to the ".config/scummvm" subpath
to set it as root for the LAN server, in order to see the scummvm.ini.
In the current way, the user simply has to set the internal app folder
as root for the LAN server.
2020-11-13 10:48:00 +02:00
..
org/scummvm/scummvm ANDROID: Added a note comment about scummvm.ini location 2020-11-13 10:48:00 +02:00
android.cpp ANDROID: A tentative handling of handling joystick control 2020-10-25 02:37:26 +03:00
android.h ANDROID: A tentative handling of handling joystick control 2020-10-25 02:37:26 +03:00
android.mk ANDROID: use gradle's auto-align and set debuggable to false for release builds 2020-10-18 12:58:44 +03:00
asset-archive.cpp ANDROID: Fix crash due to adding '.' folder in SearchManager 2019-12-16 22:59:10 +02:00
asset-archive.h ANDROID: Update the asset archive code to use AAssets 2015-01-05 19:19:34 -08:00
events.cpp ANDROID: A tentative handling of handling joystick control 2020-10-25 02:37:26 +03:00
graphics.cpp ANDROID: Override UTF-8 compliant definition of vsn_printf 2019-11-12 20:01:43 +02:00
graphics.h ANDROID: Rewrite to make use of OpenGLGraphicsManager (#1695) 2019-09-08 19:37:48 +01:00
jni-android.cpp ANDROID: Use SAF for folder and file creation when normal way fails 2020-11-07 23:57:05 +02:00
jni-android.h ANDROID: Use SAF for folder and file creation when normal way fails 2020-11-07 23:57:05 +02:00
module.mk ANDROID: Override UTF-8 compliant definition of vsn_printf 2019-11-12 20:01:43 +02:00
portdefs.h ANDROID: Override UTF-8 compliant definition of vsn_printf 2019-11-12 20:01:43 +02:00
snprintf.cpp ANDROID: Override UTF-8 compliant definition of vsn_printf 2019-11-12 20:01:43 +02:00