Updated on 2026-08-14
This commit is contained in:
parent
352ae036f3
commit
e5f25fdfb1
7 changed files with 97 additions and 19 deletions
|
|
@ -1,7 +1,6 @@
|
|||
package com.tangem.datasource.info
|
||||
|
||||
import android.os.Build
|
||||
import com.tangem.utils.SupportedLanguages
|
||||
import com.tangem.utils.info.AppInfoProvider
|
||||
import com.tangem.utils.version.AppVersionProvider
|
||||
import java.util.*
|
||||
|
|
@ -17,7 +16,7 @@ internal class AndroidAppInfoProvider @Inject constructor(
|
|||
override val osVersion: String
|
||||
get() = Build.VERSION.RELEASE
|
||||
override val language: String
|
||||
get() = SupportedLanguages.getCurrentSupportedLanguageCode()
|
||||
get() = Locale.getDefault().language
|
||||
override val timezone: String
|
||||
get() = TimeZone.getDefault().id
|
||||
override val appVersion: String
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue