I need to get IMEI number using c code into android. I tried using command but didn't get success.
Does anybody know how to get IMEI number using native code?
I tried this command
adb shell service call iphonesubinfo 1
and
service call iphonesubinfo 3
also tried this answer
this answer is working, but can not get success in Android 10