s1341 / binder-rust

An android binder library for rust
Apache License 2.0
18 stars 3 forks source link

Security problem on Android 9 #2

Closed clia closed 1 year ago

clia commented 1 year ago

When I run the example program on Android 9, when I use Rust to register the Binder service and obtain the Binder interface, an error Parcel object will be returned, prompting EX_SECURITY. I'm running as root. I don't know if there is any way to solve this problem?

s1341 commented 1 year ago

I don't recall encountering this, and I unfortunately don't have an Android 9 device to check on at the moment.