Is there a way to detect if my app is working under Bluestacks/Nox or other emulator?
Asked
Active
Viewed 2,081 times
1 Answers
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