From 7e3185d533369b541c7f1c0265e075288644a4ac Mon Sep 17 00:00:00 2001 From: xxxfreez Date: Wed, 11 Nov 2020 08:36:20 +0500 Subject: [PATCH] Update DeviceInfo.kt --- .../org/microg/gms/nearby/exposurenotification/DeviceInfo.kt | 3 +++ 1 file changed, 3 insertions(+) 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),