java - Launch App before sending SMS -


my idea: have hook force android call function of app before sms sent.

what want ask user (that wrote sms using arbitrary app or standard app) if wants send sms using gsm (= normal way) or other provider on internet.

is possible? found information contentobserver, i'm not sure how can cancel send of "normal gsm send" after sent sms via internet...

thanks help!
luca

there no such hook available call app function before sending sms. may have customise android framework achieve this.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -