diff --git a/play-services-nearby-core/src/main/kotlin/org/microg/gms/nearby/exposurenotification/DeviceInfo.kt b/play-services-nearby-core/src/main/kotlin/org/microg/gms/nearby/exposurenotification/DeviceInfo.kt index cd4b1a8154..a4a229910f 100644 --- a/play-services-nearby-core/src/main/kotlin/org/microg/gms/nearby/exposurenotification/DeviceInfo.kt +++ b/play-services-nearby-core/src/main/kotlin/org/microg/gms/nearby/exposurenotification/DeviceInfo.kt @@ -61,6 +61,9 @@ private fun String.equalsIgnoreCase(other: String): Boolean = (this as java.lang * https://developers.google.com/android/exposure-notifications/ble-attenuation-computation#device-list */ val allDeviceInfos = listOf( + DeviceInfo("asus","ASUS_Z00D","ASUS Asus ZenFone 2 Laser ZE500KG" ,3,-22,1), + DeviceInfo("asus","ASUS_Z00D","ASUS ZenFone 2E",3,-22,1), + DeviceInfo("asus","ASUS_Z00D","ASUS ZenFone 2",3,-22,1), DeviceInfo("asus", "ASUS_A001", "ASUS_A001", 9, -25, 3), DeviceInfo("asus", "ASUS_X008_1", "ASUS_X008DC", 0, -21, 3), DeviceInfo("asus", "ASUS_X00T_3", "ASUS_X00TD", 2, -26, 3),