Adding a ComboV2PairingActivity Intent to the pairing Preferences within
the XML causes pumpcontrol builds to crash because of the different
package name prefix. Fix by adding the Intent in the preprocessPreferences
function instead.
Also fix the manifest and remove unnecessary package prefixes.
Fixes https://github.com/nightscout/AndroidAPS/issues/2236 .
Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>