c++ - How to run native code on recieving sms android -


i developing android app native using c++.

but not able find way run native code ,when sms arrives. in java can through broadcast receiver .but not able find method ndk.

or suggestion how can use broadcast receivers run native code

create java broadcastreceiver , have call native method work. there's no benefit in not doing easy way claim "no java".


Comments

Popular posts from this blog

Receive udp packets in android gstreamer -

php - Extract Text from HTTP referer -

java - Callback from new thread to class from which thread was initiated -