mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
add "sdk_gphone64_arm64" to isEmulator detection (#639)
This commit is contained in:
parent
271124dc9c
commit
80153f7543
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue