区分高通和MTK平台

public static boolean isHardWareVendorQualcomm() { String hardware = android.os.Build.HARDWARE; if (hardware.matches("qcom")) { Log.d(TAG, "Qualcomm platform"); return true; } return false; } public s
相关文章
相关标签/搜索