How to detect Poynt Terminal?

Hi,

I’d like to know how to detect during runtime that the apk is running on Poynt Terminals.
Not a requisite, but it would be nice if it’s synchronous.

Thanks!

I believe you should be able to do this:

if ("POYNT".equals(Build.MANUFACTURER)) {
    //do something
}

Thanks, Dennis!

There’s some way to detect it on emulators? I’ve tried it on Genymotion and it returns “Genymotion” as Manufacturer.

Thanks again

So Gabriel,

I am not clear what you need to detect on emulator.