I want to find a pure C/C++ way(not jni) to get my Android Device's IMEI numbers ! Does ndk-toolchains have such api to get IMEI numbers ?
Asked
Active
Viewed 379 times
0
-
_"Does ndk-toolchains have such api to get IMEI numbers ?"_ no and _"...pure C/C++ way(not jni)..."_ NDK modules are called via JNI. – Richard Critten Sep 09 '21 at 09:43
-
Does this answer your question? [android get imei in cc/c++ for ndk/JNI](https://stackoverflow.com/questions/40134288/android-get-imei-in-cc-c-for-ndk-jni) – Dhavalkumar Prajapati Sep 09 '21 at 11:42
-
Please provide enough code so others can better understand or reproduce the problem. – Community Sep 14 '21 at 18:44