Is it possible that if anyone messaged me in phone inbox and my app detects its automatically and copy it and transfer that message in web-server or store in server database? please give me a suggestion or any kind of source for doing that. Thanks for helping me.
Asked
Active
Viewed 42 times
1
-
1Do you mean SMS messages? – Kulibin Feb 18 '16 at 14:30
1 Answers
0
Refer this to know how you can listen for the incoming messages.
For Sending to server, you can use HttpURLConnection
library.
-
if my app is off or close, is it possible to send to server and store database?? – Mahfuz Shishir Feb 20 '16 at 11:48
-
Did it solve your problem? If yes, you should accept the answer so that it makes it easy for the coming users to find the solution :) – Yash Feb 22 '16 at 08:26