anti_Android icon indicating copy to clipboard operation
anti_Android copied to clipboard

Add Android Emulator detection

Open polaryy opened this issue 2 years ago • 1 comments

You can add a simple android emulator detection against bluestacks by checking if one of the following files exist on the system.

"/data/.bluestacks.prop"
"/data/.bstconf.prop"
"/mnt/windows" "/mnt/windows/BstSharedFolder" "/mnt/prebundledapps/downloads/com.bluestacks.home.apk" "/mnt/prebundledapps/bst_appdetails_bgptest" "/system/priv-app/com.bluestacks.bstfolder.apk"

polaryy avatar Jun 16 '22 14:06 polaryy

Detect emulator, mostly by detecting relevant file characteristics, which are not too accurate.Later update.

TUGOhost avatar Jun 19 '22 10:06 TUGOhost

update

TUGOhost avatar Oct 14 '22 20:10 TUGOhost