问题
I am developing a codename app and need to capture device model ,imsi and msisdn information so that i can send data depending on this information.
回答1:
Try Display.getInstance().getUdid() and Display.getInstance().getMsisdn() you can also use Display.getInstance().getProperty(...) for more properties.
来源:https://stackoverflow.com/questions/25226797/how-do-i-get-device-related-info-programmatically-like-model-number-or-imsi-ms