android - Intercept message from specific number in Ionic Framework -


i developing mobile app using ionic framework. found cordova-plugin-sms (https://github.com/floatinghotpot/cordova-plugin-sms) can used send sms particular number without opening native app.

i wanted know if there way use app process text received 1 specific number only? i.e, if message comes number +1234, app should able read it, if sms arrives number, let native sms app handle it.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -