Getting Device IMEI

前端 未结 4 972
萌比男神i
萌比男神i 2020-12-06 12:35

How to get the IMEI of a Java ME device in a common way that is applicable to all devices

4条回答
  •  春和景丽
    2020-12-06 13:01

    I have tried what is suggested by both ax and quickrecipeonsymbianos however they both solve the purpose in an elegant way. However, in the BlackBerry we have the getDeviceID() to get the unique id of the device, but Java ME lacks this functionality

提交回复
热议问题