Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 ndk 支持获取电话 EMEI 或电话 ID。
我可以使用设备中的任何其他独特信息吗?
JNI(它提供了 NDK 和 SDK 之间的桥梁)是可能的。
通过这种方式,您可以使用 Java API 获取设备的 IMEI(TelephonyManager在此处可用)。
TelephonyManager