android-properties 0.2.2

Rust-based Android properties wrapper
Documentation
1
2
3
fn main() {
    android_properties::setprop("hello.world", "hello").expect("Cannot set android property");
}