android: Remove unnecessary flag to extract native libs in AndroidManifest.xml
This commit is contained in:
parent
224b6036a4
commit
9b961dddb4
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue