Files
another-boids-in-rust/vendor/android-properties/examples/property_set.rs

4 lines
109 B
Rust

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