Hi,
I would like to know the exact HW Model/Version of MC40, this information can be get from “Settings > About device > Hardware config”, there should show “Original” or "Rev B" or "Rev B+" or "Rev C" or blank, but I want to get these string from application code, if there has API for get hardware config information?
Many Thanks!
Max
1 Replies
Max, The android.os.Build API provides some of the details you are looking for, maybe Build.ID is what you are looking for.