Преглед на файлове

android: Enable onBackInvokedCallback

For now this enables the ability to see the new Android 13 back gesture animations but later we can create custom animations that follow the back gesture.
Charles Lombardo преди 3 години
родител
ревизия
116e2b5f02
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      src/android/app/src/main/AndroidManifest.xml

+ 2 - 1
src/android/app/src/main/AndroidManifest.xml

@@ -28,7 +28,8 @@
         android:banner="@drawable/ic_launcher"
         android:extractNativeLibs="true"
         android:fullBackupContent="@xml/data_extraction_rules"
-        android:dataExtractionRules="@xml/data_extraction_rules_api_31">
+        android:dataExtractionRules="@xml/data_extraction_rules_api_31"
+        android:enableOnBackInvokedCallback="true">
 
         <activity
             android:name="org.yuzu.yuzu_emu.ui.main.MainActivity"