extractNativeLibs force true
some app set false and got err when install apk
This commit is contained in:
parent
98b65cb13e
commit
8f9bbbdce0
|
|
@ -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));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue