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)); } }