admin
2024-10-30 4c44b1036ff555e63a9a8b027dbe89d0b08a430b
library-common/src/com/lcjian/library/util/common/AndroidManifestUtil.java
@@ -14,4 +14,12 @@
        return "huawei".equalsIgnoreCase(getChannel(context));
    }
    public static boolean isOppoChannel(Context context){
        return "oppo".equalsIgnoreCase(getChannel(context));
    }
    public static boolean isVIVOChannel(Context context){
        return "vivo".equalsIgnoreCase(getChannel(context));
    }
}