Getting Device IMEI

前端 未结 4 979
萌比男神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:10

    In the game i'm developing, to get an unique id for every cellphone (so that they can't duplicate and share savefiles) i use the bluetooth mac address that is different for every single bluetooth device and the java code to get it is the same on every device =D

提交回复
热议问题