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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -