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