Merge pull request #7413 from zackhow/launcher-crash

Android: Run Directory Initialization as a thread instead of service
This commit is contained in:
JosJuice
2018-10-05 15:45:36 +02:00
committed by GitHub
17 changed files with 90 additions and 99 deletions

View File

@ -85,7 +85,7 @@
</intent-filter>
</activity>
<service android:name=".services.DirectoryInitializationService"/>
<service android:name=".utils.DirectoryInitialization"/>
<service android:name=".services.GameFileCacheService"/>
<service
android:name=".services.SyncChannelJobService"