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