add game_mode_config in mainfest

This commit is contained in:
Ishan09811 2024-02-27 12:16:09 +05:30 committed by GitHub
parent 9d8868cffd
commit e57e21fd58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,10 @@
android:hardwareAccelerated="true"
android:theme="@style/Theme.Pandroid"
tools:targetApi="31">
<meta-data android:name="android.game_mode_config"
android:resource="@xml/game_mode_config" />
<activity
android:name=".app.MainActivity"
android:exported="true"