Updated on 2026-08-14
This commit is contained in:
parent
3b6eeb7535
commit
8b677a8e6b
25 changed files with 1149 additions and 17 deletions
|
|
@ -27,6 +27,11 @@ interface AppInfoProvider {
|
|||
/** Current locale as a BCP 47 language tag (e.g. `"en-US"`, `"zh-CN"`). */
|
||||
val language: String
|
||||
|
||||
/**
|
||||
* Display density as a float (e.g. `"2.0"`, `"2.75"`, `"3.0"`).
|
||||
*/
|
||||
val deviceScale: Float
|
||||
|
||||
/** IANA time-zone id of the device's current time zone, e.g. `"Europe/Moscow"`, `"UTC"`. */
|
||||
val timezone: String
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue