android-system-properties-kotlin

Read and set system properties via a concise API; create property-accessor instances and fetch values (e.g., persist.sys.timezone) with minimal boilerplate.

Android JVMJVMKotlin/NativeWasmJS
GitHub stars0
Dependents0
OSS Health
LicenseOther
Creation dateabout 1 month ago

Last activity3 days ago
Latest release0.1.0 (30 days ago)

android-system-properties-kotlin

Kotlin Multiplatform transliteration port of android_system_properties.

val properties = AndroidSystemProperties.new()
val timezone = properties.get("persist.sys.timezone")
Android JVMJVMKotlin/NativeWasmJS
GitHub stars0
Dependents0
OSS Health
LicenseOther
Creation dateabout 1 month ago

Last activity3 days ago
Latest release0.1.0 (30 days ago)

android-system-properties-kotlin

Kotlin Multiplatform transliteration port of android_system_properties.

val properties = AndroidSystemProperties.new()
val timezone = properties.get("persist.sys.timezone")