Mygod
Mygod
See also: https://stackoverflow.com/a/36724264/2245107
Got this error on some Android 10 treble ROM devices (also samsung Galaxy J7(2016)): `CANNOT LINK EXECUTABLE "/system/bin/app_process64": cannot locate symbol "JniInvocationCreate" referenced by "/system/lib64/libandroid_runtime.so"` This symbol seems to be...
When I attempt to bind it I encountered the exception: ``` throw new SecurityException( "Unable to find app for caller " + caller + " (pid=" + Binder.getCallingPid() + ")...
What is the best way to implement DNS lookup on a custom struct that implements `DnsStreamHandle`, e.g. wrapping a `tokio::net::UnixStream` or a proxy TCP stream, so that it can use...
Out of all the English words, why in the world would you call the two buttons "Stop" and "Abort" for screen recordings? Can you please rename "Abort" to "Cancel" (or...
:construction: **ONLY INTENDED FOR DEBUGGING PURPOSES DO NOT MERGE** :construction: By disallowing this app itself, every socket created by this app will go through default network automatically. However, since it's...
Of course we should use camerax, because there is no way we want to maintain these features: https://medium.com/androiddevelopers/camerax-learn-how-to-use-cameracontroller-e3ed10fffecf
After 857fb552e92720f94185bb74ebd43c2cd0bf8b53, the only special case this repo does for ACL file is to add bypass LAN routes: https://github.com/shadowsocks/shadowsocks-android/blob/857fb552e92720f94185bb74ebd43c2cd0bf8b53/core/src/main/java/com/github/shadowsocks/bg/VpnService.kt#L192-L206 Unfortunately, this is [known to be buggy on Android 10](https://issuetracker.google.com/issues/149636790), so...