Updated on 2026-08-14
This commit is contained in:
parent
9ef9542750
commit
436a5a115f
9 changed files with 74 additions and 0 deletions
|
|
@ -21,4 +21,7 @@ internal class AndroidAppInfoProvider @Inject constructor(
|
|||
get() = TimeZone.getDefault().id
|
||||
override val appVersion: String
|
||||
get() = appVersionProvider.versionName
|
||||
override val isHuaweiDevice: Boolean
|
||||
get() = Build.MANUFACTURER.equals("HUAWEI", ignoreCase = true) ||
|
||||
Build.BRAND.equals("HUAWEI", ignoreCase = true)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue