Android实战开发
Android实战开发
1.1 Android模拟器识别
使用三方库CacheEmulatorChecker
仓库地址:https://github.com/happylishang/CacheEmulatorChecker
添加依赖:
1 | implementation 'com.snail:antifake:1.4' |
检测模拟器:
1 | EmulatorDetectUtil.isEmulator(context) |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Ivan的博客!