diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2023-10-12 05:08:41 +0200 |
---|---|---|
committer | Charles Lombardo <clombardo169@gmail.com> | 2023-10-13 18:55:41 +0200 |
commit | 9b961dddb4445c1a51d922d0436a325630ca6d72 (patch) | |
tree | 2beeeee8a5d30b3e147854457cc891f5af68d5ad /src/android | |
parent | android: Update dependencies (diff) | |
download | yuzu-9b961dddb4445c1a51d922d0436a325630ca6d72.tar yuzu-9b961dddb4445c1a51d922d0436a325630ca6d72.tar.gz yuzu-9b961dddb4445c1a51d922d0436a325630ca6d72.tar.bz2 yuzu-9b961dddb4445c1a51d922d0436a325630ca6d72.tar.lz yuzu-9b961dddb4445c1a51d922d0436a325630ca6d72.tar.xz yuzu-9b961dddb4445c1a51d922d0436a325630ca6d72.tar.zst yuzu-9b961dddb4445c1a51d922d0436a325630ca6d72.zip |
Diffstat (limited to 'src/android')
-rw-r--r-- | src/android/app/src/main/AndroidManifest.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml index 832c08e15..a67351727 100644 --- a/src/android/app/src/main/AndroidManifest.xml +++ b/src/android/app/src/main/AndroidManifest.xml @@ -28,7 +28,6 @@ SPDX-License-Identifier: GPL-3.0-or-later android:appCategory="game" android:localeConfig="@xml/locales_config" android:banner="@drawable/tv_banner" - android:extractNativeLibs="true" android:fullBackupContent="@xml/data_extraction_rules" android:dataExtractionRules="@xml/data_extraction_rules_api_31" android:enableOnBackInvokedCallback="true"> |