How to get IMEI number in PhoneGap?

前端 未结 8 553
北海茫月
北海茫月 2020-12-03 11:30

I\'m developing a PhoneGap Android mobile application using jQuery, JavaScript and HTML. I want to get the mobile IMEI. I have tried this code from this Tutorial.

I

8条回答
  •  猫巷女王i
    2020-12-03 11:44

    I believe this would only be possible if you exploit some other apps logging of the IMEI and I'm not sure if any do.

    Assuming some do, ideally a system app, you can read the logs and parse them for that information.

    Good luck, post back with successes/failures

提交回复
热议问题