Wrap Java API getConnectionOwnerUid() in Rust
We need a way to get the application UID on Android versions that have the getConnectionOwnerUid() function available. We need a Rust wrapper for this.
I believe it should return an Option<int>
since we have the situation that the connection doesn't belong to an app.