admin
6 天以前 7f0825f8195a522ed7e8bcdb6347f3a719e06c74
library-common/src/com/lcjian/library/util/common/AndroidManifestUtil.java
@@ -22,6 +22,10 @@
        return "huawei".equalsIgnoreCase(getChannel(context));
    }
    public static boolean isHonorChannel(Context context) {
        return "honor".equalsIgnoreCase(getChannel(context));
    }
    public static boolean isOppoChannel(Context context) {
        return "oppo".equalsIgnoreCase(getChannel(context));
    }