oden/third-party/vendor/android-properties/examples/property_set.rs
2024-03-08 11:03:01 -08:00

3 lines
109 B
Rust

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