extractNativeLibs force true

some app set false and got err when install apk
This commit is contained in:
327135569 2021-04-03 14:03:56 +08:00
parent 98b65cb13e
commit 8f9bbbdce0
1 changed files with 2 additions and 0 deletions

View File

@ -233,6 +233,8 @@ public class MainCommand extends BaseCommand {
property.addApplicationAttribute(new AttributeItem(NodeValue.Application.DEBUGGABLE, debuggable != 0)); property.addApplicationAttribute(new AttributeItem(NodeValue.Application.DEBUGGABLE, debuggable != 0));
} }
property.addApplicationAttribute(new AttributeItem("extractNativeLibs", true));
if (!dexModificationMode || !isNotEmpty(originalApplicationName)) { if (!dexModificationMode || !isNotEmpty(originalApplicationName)) {
modifyEnabled = true; modifyEnabled = true;
property.addApplicationAttribute(new AttributeItem(NodeValue.Application.NAME, PROXY_APPLICATION_NAME)); property.addApplicationAttribute(new AttributeItem(NodeValue.Application.NAME, PROXY_APPLICATION_NAME));