dolphin-emulator/Source/Android/jni
zackhow 1311f84706 Android: Run Directory Initialization as a thread instead of service
Two reasons for this change. First, it appears that some android launchers do some sort of call into
the application when long pressing the app icon, which in turn calls the DirectoryInit service. This
was ok to do prior to Oreo but will cause crashes with the new restrictions on services running
in the background. Which leads to the second reason that DirectoryInit doesn't need to be a service
at all since these actions are required for dolphin to function and shouldn't be a scheduled action.
So we instead just kick this off in a new thread and send the broadcast when done.
2018-09-14 09:54:36 -04:00
..
AndroidCommon Android: Add usage statistics to android. 2018-08-23 17:31:17 -04:00
GameList Android: Update mobile and TV to use game covers 2018-08-13 08:24:52 -04:00
ButtonManager.cpp IniFile: Handle s64/u64 values 2017-02-25 00:03:20 -05:00
ButtonManager.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
CMakeLists.txt Use UICommon's game list code on Android 2018-06-06 17:34:07 +02:00
MainAndroid.cpp Android: Run Directory Initialization as a thread instead of service 2018-09-14 09:54:36 -04:00