Browse Source

Added Samsung Gaming hub support (#107)

Added Samsung Gaming hub to the APP manifest.

Signed-off-by: Bix <xq9zp7f2@proton.me>

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/107
pull/113/head
Bix 7 months ago
parent
commit
9d7075254d
  1. 7
      src/android/app/src/main/AndroidManifest.xml

7
src/android/app/src/main/AndroidManifest.xml

@ -31,7 +31,12 @@ SPDX-License-Identifier: GPL-3.0-or-later
android:dataExtractionRules="@xml/data_extraction_rules_api_31" android:dataExtractionRules="@xml/data_extraction_rules_api_31"
android:enableOnBackInvokedCallback="true"> android:enableOnBackInvokedCallback="true">
<meta-data android:name="android.game_mode_config"
<meta-data
android:name="com.samsung.android.gamehub"
android:value="true" />
<meta-data
android:name="android.game_mode_config"
android:resource="@xml/game_mode_config" /> android:resource="@xml/game_mode_config" />
<activity <activity

Loading…
Cancel
Save