framgia / android-emulator-detector

Easy to detect android emulator
Apache License 2.0
421 stars 97 forks source link

not detect emulator on new memuplayer #34

Open alirezarabiei7239 opened 3 years ago

alirezarabiei7239 commented 3 years ago

hi , i am testing library and find out that new memuplayer not detect

gold24park commented 3 years ago

I added "com.mumu.store" to the package list, It's working.

EmulatorDetector.with(this).addPackageName("com.mumu.store").detect { isEmulator ->
       // TODO....
}
mahan-ym commented 3 years ago

I tried @lx5475 solution but not working on version 7.5.6 of MEmu play

pingia commented 1 year ago

@mahan-ym Memu and MuMu, are two different emulators, MuMu is produced by Netease. please refer to the link: https://github.com/framgia/android-emulator-detector/issues/30