On a related note, when I run `cordova serve`, the _config.xml_ file has the _engine_ tags listed before the _plugin_ tags, near the end of the file. However, when I run `cordova run android --device`, the _config.xml_ file has the _engine_ tags listed after the _plugin_ tags, at the very bottom of the file.
Again, the **contents** of _config.xml_ didn't really change, just the **order** of tags. Whereas, _package.json_ had **zero changes** (even to the order of properties), yet was written to, thus updating its modified date. [ Full content available at: https://github.com/apache/cordova-lib/issues/694 ] This message was relayed via gitbox.apache.org for [email protected]
