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