79630471

Date: 2025-05-20 12:50:52
Score: 0.5
Natty:
Report link
fun Context.isHuaweiDevice(): Boolean {
    val manufacturer = Build.MANUFACTURER.lowercase()
    val brand = Build.BRAND.lowercase()
    return manufacturer == "huawei" || brand == "huawei"
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Топчик