區分高通和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
相關文章
相關標籤/搜索