dotfeng

Results 7 issues of dotfeng

Android体验APP hyperLPR Pro那个app可以开源么?

![微信图片_20201228080804](https://user-images.githubusercontent.com/1728934/103182153-224ac180-48e4-11eb-9d68-f449b367a0b1.jpg)

据说华为有自己的进程冻结技术,QQ、微信、支付宝等都是通过加入白名单存活的。

inline var Activity.isFullScreen: Boolean get() = window.decorView.rootWindowInsetsCompat?.isVisible(WindowInsetsCompat.Type.systemBars()) == true set(value) { window.decorView.windowInsetsControllerCompat?.run { val systemBars = WindowInsetsCompat.Type.systemBars() if (value) show(systemBars) else hide(systemBars) } }