property_set/
property_set.rs

1fn main() {
2    android_properties::setprop("hello.world", "hello").expect("Cannot set android property");
3}