0

Is there a way to detect if my app is working under Bluestacks/Nox or other emulator?

JavaRunner
  • 2,455
  • 5
  • 38
  • 52

1 Answers1

1

by examining various fields in android.os.Build https://developer.android.com/reference/android/os/Build.html

eg Build.BRAND and Build.BOARD

SteelBytes
  • 6,905
  • 1
  • 26
  • 28