I would like to have my code run slightly differently when running on the emulator than when running on a device. (For example, using 10.0.2.2 instead of a
This works for me
public boolean isEmulator() { return Build.MANUFACTURER.equals("unknown"); }