且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

StrictMode更低版本的平台

更新时间:2023-12-04 13:40:22

所以我不想等待,并决定作出努力和实现这个我自己。它基本上可以归结为包装StrictMode在一个包装类,并通过反射在运行时决定,如果我们能够激活它。

So I did not want to wait and decided to make the effort and implement this myself. It basically boils down to wrapping StrictMode in a wrapper class and deciding at runtime via reflection if we can activate it.

我已经证明它的细节在一篇博客文章并使它在github.

I have documented it in detail in a blog post and made it available in github.