https://www.jianshu.com/p/6c9ff975b1a8?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation

依赖implementation 'me.weishu:free_reflection:2.2.0',在application里调用:

  @Override
    protected void attachBaseContext(Context base) {
        super.attachBaseContext(base);
        Reflection.unseal(this);
    }

分类: 适配

0 条评论

发表回复

您的电子邮箱地址不会被公开。