Get Android Version in Rust
In order to distinguish if getConnectionOwnerUid() is available (#18 (closed)) and on the other hand to know if the app is allowed to read and parse from proc/ (possible in older Android versions) having a JNI wrapper that returns the Android version seems to be useful. We may need that API in other circumstances as well in the future.