I am using Qt (C++) on Linux and I wish to bypass Java entirely, using the .so files directly. Qt provides the activity for me, so I just need to call the native API from C++. (It's actually more work for me to use the Java API) Where can I find the information on what API is exposed and has anyone ...