framgia/android-emulator-detector

No Working - NOX(V_3.7.1.0)

Opened this issue · 8 comments

NOX(V_3.7.1.0) Not Detect.

NOX version
nox_version

Sample App Screenshot
nox_screenshot

private EmulatorDetector(Context pContext) {
    mContext = pContext;
    mListPackageName.add("com.google.android.launcher.layouts.genymotion");
    mListPackageName.add("com.bluestacks");
    mListPackageName.add("com.bignox.app");
    mListPackageName.add("com.vphone.launcher");//it's nox launcher
}

Now it is able to detect nox emulator , tried on 6.6.1.3

@chucc1977 Did you found any solution to detect nox device? Please help!

check my comment

mListPackageName.add("com.bignox.app"); mListPackageName.add("com.vphone.launcher");//it's nox launcher

Thank you for your reply. I'm using nox version 7.0.2.8. I've already added mListPackageName.add("com.vphone.launcher"); to my code. but for this package it returns null. Here is POC

Screenshot 2022-06-07 at 1 30 09 PM