mirror of
https://github.com/azahar-emu/azahar.git
synced 2025-03-04 09:45:23 +01:00
AndroidManifest.xml: Set android:appCategory
to game
Citra previously used the `android:isGame` property, however this has since been deprecated. The previously set `android:isGame` property has been removed from the manifest as a result.
This commit is contained in:
parent
fd55b4fd6c
commit
3105eb8ae7
@ -34,9 +34,9 @@
|
||||
android:name="org.citra.citra_emu.CitraApplication"
|
||||
android:label="@string/app_name"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:appCategory="game"
|
||||
android:allowBackup="false"
|
||||
android:supportsRtl="true"
|
||||
android:isGame="true"
|
||||
android:banner="@mipmap/ic_launcher"
|
||||
android:requestLegacyExternalStorage="true">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user