I put this in my Android app's manifest xml so it would resume, not restart each time the user returns to it.
<activity .... android:launchMode="singleTask">
However - every time I run $ cordova build my Android manifest xml files loses this. How can I work around this? Is there a setting I can put in config.xml to retain this in my android manifest after the build?