dolphin/Source/Android/app/src/main
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
..
assets Android: Return 0 on fail on WiimoteReal IOWrite and update WiimoteNew defaults 2018-08-03 19:46:26 -04:00
java/org/dolphinemu/dolphinemu Android: Run Directory Initialization as a thread instead of service 2018-09-14 09:54:36 -04:00
res Android: show more games per row 2018-08-31 21:15:28 -04:00
AndroidManifest.xml Android: Run Directory Initialization as a thread instead of service 2018-09-14 09:54:36 -04:00