framgia / android-emulator-detector

Easy to detect android emulator
Apache License 2.0
423 stars 98 forks source link

夜神模拟器,检测不出来 #37

Open ThirdGoddess opened 3 years ago

ThirdGoddess commented 3 years ago

夜神模拟器,检测不出来

serralove commented 2 years ago

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 }