4 lines
109 B
Rust
4 lines
109 B
Rust
fn main() {
|
|
android_properties::setprop("hello.world", "hello").expect("Cannot set android property");
|
|
}
|