From b9c9beeee508ae8ab7019e3a9f141c8e004af512 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sun, 11 Feb 2024 02:24:10 +0100 Subject: [PATCH] android: add basic support for google game dashboard (#7430) This adds support for the Performance and Battery Saver modes in the Game Dashboard mostly found on Google Pixel devices. This does not yet define the specifics for the performance modes but does provide the initial basic support. Co-authored-by: Emma <153868115+gaypotatoemma@users.noreply.github.com> --- src/android/app/src/main/AndroidManifest.xml | 3 +++ src/android/app/src/main/res/xml/game_mode_config.xml | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 src/android/app/src/main/res/xml/game_mode_config.xml diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml index 6263a42dbd..b9190ad6b2 100644 --- a/src/android/app/src/main/AndroidManifest.xml +++ b/src/android/app/src/main/AndroidManifest.xml @@ -42,6 +42,9 @@ android:banner="@mipmap/ic_launcher" android:requestLegacyExternalStorage="true"> + + +