Browse Source

Enable TV game mode by default on Android

Sam Lantinga 4 years ago
parent
commit
107db2d899
1 changed files with 1 additions and 0 deletions
  1. 1 0
      android-project/app/src/main/AndroidManifest.xml

+ 1 - 0
android-project/app/src/main/AndroidManifest.xml

@@ -71,6 +71,7 @@
             android:alwaysRetainTaskState="true"
             android:launchMode="singleInstance"
             android:configChanges="layoutDirection|locale|orientation|uiMode|screenLayout|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation"
+            android:preferMinimalPostProcessing="true"
             >
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />