Qt 5.14 introduced certain breaking changes to the way it parses AndroidManifest.xml metadata.
This PR also adds an explicit QAndroidPlatformIntegrationPlugin import to bitcoin.cpp (in line with other platforms). I'm not sure why Android GUI worked without this before but it certainly doesn't on Qt 5.15.
We could do without Q_IMPORT_PLUGIN before because we were manually pulling a JNI_Onload function to the linkage.
