0

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.

Kees Hessels
  • 37
  • 2
  • 6

1 Answers1

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.

Community
  • 1
  • 1
Ajay S
  • 47,080
  • 27
  • 87
  • 105