admin
2024-09-13 23cb5200b7a8fb57af5e8006612181bae9c0c95d
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));
    }
}