vote up 0 vote down star
1

Trying to establish the combination of vendorid + productid + deviceid

DeviceInfo.getDeviceID() to unique identify the deviceID of the device.

Branding.getVendorID() to identify the Vendor ID

Is there a way to get the product ID programmatically?

flag

50% accept rate
1  
I know of the vendor id and the device id, but I'm not familiar with a product id. Could you elaborate? – Fostah Sep 23 at 16:41

1 Answer

vote up 0 vote down

Do you mean model number, such as 8330, 9530, etc.? If so, you can use DeviceInfo.getDeviceName()

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.