How do I get device related info programmatically like model number or IMSI , MSISDN while developing codenameone app

大城市里の小女人 提交于 2020-01-16 17:35:27

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!