Adding android_system_properties library as a dependency
Run this command in a terminal, in your project's directory:
cargo add android_system_properties
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
android_system_properties = "0.1.5"
The android_system_properties library will be automatically available globally.
Read the android_system_properties library documentation.
Back to the crate overview.