android: Remove unnecessary flag to extract native libs in AndroidManifest.xml

This commit is contained in:
Charles Lombardo 2023-10-11 23:08:41 -04:00
parent 224b6036a4
commit 9b961dddb4
1 changed files with 0 additions and 1 deletions

View File

@ -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">