Since we're able to expose methods via the JNI, how can I login/access Google data using the Android APIs?
Everything I've seen so far said to subclass Activity. I'm confused on how I can reconcile that with Qt, as I have no way of subclassing QtActivity, or do I?