dolphin-emulator/Source/Android
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
..
app Android: Run Directory Initialization as a thread instead of service 2018-09-14 09:54:36 -04:00
gradle/wrapper Android: Updates for Android Studio 3.1 2018-03-28 16:38:22 -04:00
jni Android: Run Directory Initialization as a thread instead of service 2018-09-14 09:54:36 -04:00
.gitignore Android:Changes to simplify command-line building of the app, and bugfixes to the Gradle script 2015-07-13 09:37:44 -04:00
build.gradle Update Android Gradle Plugin 2018-08-14 07:40:25 -04:00
code-style-java.xml Update code style file, remove old style .jar 2018-08-26 21:32:56 -07:00
gradle.properties Reformat Android code 2018-08-26 21:37:54 -07:00
gradlew Convert the Android source code to the directory structure of a Gradle-based Android Studio project. 2015-05-02 21:49:17 -04:00
gradlew.bat Convert the Android source code to the directory structure of a Gradle-based Android Studio project. 2015-05-02 21:49:17 -04:00
settings.gradle Convert the Android source code to the directory structure of a Gradle-based Android Studio project. 2015-05-02 21:49:17 -04:00