mirror of
https://github.com/azahar-emu/azahar.git
synced 2025-04-28 13:47:59 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue