I am trying to get PhoneGap 2.4.0 FileTransfer working on Android 4.2.
I get a Logcat warning message saying:
The Source URL is not in white list: \'
It should work if you change your XML to:
This white-lists basically the entire internet. If you only want to white-list your domain, use something more specific. See details here: http://docs.phonegap.com/en/2.4.0/guide_whitelist_index.md.html
The "origin" attribute is now "uri".