Android: Remove DirectoryInitialization from AndroidManifest.xml

It isn't a service, so it shouldn't be listed as one.
This commit is contained in:
JosJuice 2021-11-15 23:23:17 +01:00
parent b919557e25
commit 7292ac0ce5
1 changed files with 0 additions and 4 deletions

View File

@ -132,10 +132,6 @@
android:exported="false"
android:theme="@style/DolphinBase" />
<service
android:name=".utils.DirectoryInitialization"
android:exported="false"/>
<service
android:name=".services.GameFileCacheService"
android:exported="false"/>