Android 异常 regist too many Broadcast Receivers

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq94717886/article/details/81454168

一般出现于华为5.1手机的异常

解决方案如下亲测有效

dependencies {
    // add dependencies
    implementation 'com.llew.huawei:verifier:1.0.6'
}
public class SimpleApplication extends Application {

    @Override
    public void onCreate() {
        super.onCreate();
        LoadedApkHuaWei.hookHuaWeiVerifier(this);
    }
}

我的简书https://www.jianshu.com/u/9184fed0c6f2

猜你喜欢

转载自blog.csdn.net/qq94717886/article/details/81454168
今日推荐