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
Post a Comment