mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Android: Remove DirectoryInitialization from AndroidManifest.xml
It isn't a service, so it shouldn't be listed as one.
This commit is contained in:
@ -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"/>
|
||||
|
Reference in New Issue
Block a user