和通讯录 v4.2.0版本的 MD5 值为:f213fa766dccbfebde0dd8add5534518

以下内容为反编译后的 Config.java 源代码,内容仅作参考


package com.cmcc.sso.sdk.common;

import com.huawei.mcs.base.constant.Constant;

public class Config {
    public static final String CMCC_SSO_SDK_VERION = "ANDIDMP-ANDROIDV2.4.0.9_SDK_RELEASE";

    public static String getVersionNum() {
        return CMCC_SSO_SDK_VERION.substring(16, CMCC_SSO_SDK_VERION.indexOf(Constant.Contact.NAME_SECTION));
    }
}