For an android app we need to know if it is possible to connect to unknown wifi app's without password and without any user intervention. We would like to send small data packets to our server.
Asked
Active
Viewed 665 times
0
-
In a word no. In more words - imagine the security risks if this was possible. – Simon Feb 03 '13 at 18:34
1 Answers
0
As you want its not possible but you can send data to server in other ways.
To send the data on server without user intervention.
You can use BroadcastReceiver for that. When device have internet connection then send it to server.
For BroadcastReceiver check here
First write the data in internal or external memory of phone (in files).
Second When connection detected send text files to server.