Github user dpogue commented on the issue:
https://github.com/apache/cordova-lib/pull/492
@andreszs Something like this should work:
```xml
<edit-config file="AndroidManifest.xml" target="/*" mode="merge">
<manifest android:installLocation="auto" />
</edit-config>
```--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
