android-properties 0.2.2

Rust-based Android properties wrapper
Documentation
1
2
3
4
5
fn main() {
    for property in android_properties::prop_values() {
        println!("{}", property);
    }
}