Reputation: 17
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.
Upvotes: 0
Views: 230
Reputation: 3760
Try Display.getInstance().getUdid() and Display.getInstance().getMsisdn() you can also use Display.getInstance().getProperty(...) for more properties.
Upvotes: 2