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.
我想从cocos2d-x引擎发送短信。如果这个引擎不能发送短信,Android NDK支持吗?任何人都可以帮助我吗?谢谢。
没有任何用于发送 SMS 消息的本机 C 功能,但您始终可以使用 JNI 访问SMSManager。