android: implement support for google game dashboard
This commit is contained in:
parent
c823150241
commit
40dae7d1fd
1 changed files with 6 additions and 0 deletions
6
src/android/app/src/main/res/xml/game_mode_config.xml
Normal file
6
src/android/app/src/main/res/xml/game_mode_config.xml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<game-mode-config
|
||||||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:supportsBatteryGameMode="true"
|
||||||
|
android:supportsPerformanceGameMode="true"
|
||||||
|
/>
|
Loading…
Add table
Add a link
Reference in a new issue