diff options
Diffstat (limited to 'src/android')
| -rw-r--r-- | src/android/app/src/main/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml index ae473ae3a..aed7f9dc4 100644 --- a/src/android/app/src/main/AndroidManifest.xml +++ b/src/android/app/src/main/AndroidManifest.xml | |||
| @@ -28,7 +28,8 @@ | |||
| 28 | android:banner="@drawable/ic_launcher" | 28 | android:banner="@drawable/ic_launcher" |
| 29 | android:extractNativeLibs="true" | 29 | android:extractNativeLibs="true" |
| 30 | android:fullBackupContent="@xml/data_extraction_rules" | 30 | android:fullBackupContent="@xml/data_extraction_rules" |
| 31 | android:dataExtractionRules="@xml/data_extraction_rules_api_31"> | 31 | android:dataExtractionRules="@xml/data_extraction_rules_api_31" |
| 32 | android:enableOnBackInvokedCallback="true"> | ||
| 32 | 33 | ||
| 33 | <activity | 34 | <activity |
| 34 | android:name="org.yuzu.yuzu_emu.ui.main.MainActivity" | 35 | android:name="org.yuzu.yuzu_emu.ui.main.MainActivity" |