kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
add "sdk_gphone64_arm64" to isEmulator detection (#639)
rodzic
271124dc9c
commit
80153f7543
|
@ -20,5 +20,5 @@ object BuildUtils : Logging {
|
|||
}
|
||||
|
||||
/// Are we running on the emulator?
|
||||
val isEmulator get() = Build.MODEL == "Android SDK built for x86" || Build.MODEL == "sdk_gphone_x86" || Build.MODEL == "Android SDK built for x86_64"
|
||||
val isEmulator get() = Build.MODEL == "Android SDK built for x86" || Build.MODEL == "sdk_gphone_x86" || Build.MODEL == "sdk_gphone64_arm64" || Build.MODEL == "Android SDK built for x86_64"
|
||||
}
|
Ładowanie…
Reference in New Issue