mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00: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:
parent
b919557e25
commit
7292ac0ce5
1 changed files with 0 additions and 4 deletions
|
@ -132,10 +132,6 @@
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:theme="@style/DolphinBase" />
|
android:theme="@style/DolphinBase" />
|
||||||
|
|
||||||
<service
|
|
||||||
android:name=".utils.DirectoryInitialization"
|
|
||||||
android:exported="false"/>
|
|
||||||
|
|
||||||
<service
|
<service
|
||||||
android:name=".services.GameFileCacheService"
|
android:name=".services.GameFileCacheService"
|
||||||
android:exported="false"/>
|
android:exported="false"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue