mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 05:28:56 +02:00
disabled manifest's android:isGame flag
This commit is contained in:
parent
6043dbd690
commit
818fb42482
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:hasFragileUserData="false"
|
android:hasFragileUserData="false"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:isGame="true"
|
android:isGame="false"
|
||||||
android:appCategory="game"
|
android:appCategory="game"
|
||||||
android:banner="@drawable/tv_banner"
|
android:banner="@drawable/tv_banner"
|
||||||
android:fullBackupContent="@xml/data_extraction_rules"
|
android:fullBackupContent="@xml/data_extraction_rules"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue