android-system-properties-kotlin
0.1.0indexedRead and set system properties via a concise API; create property-accessor instances and fetch values (e.g., persist.sys.timezone) with minimal boilerplate.
0
Stars
—
Used by
dependents
—
Health
/ 100
Read and set system properties via a concise API; create property-accessor instances and fetch values (e.g., persist.sys.timezone) with minimal boilerplate.
Kotlin Multiplatform transliteration port of android_system_properties.
val properties = AndroidSystemProperties.new()
val timezone = properties.get("persist.sys.timezone")
Surfaced from shared tags and platforms — no rankings paid for.