5

How this method setAllowUserInteraction() in HttpConnection works internally? What is the meaning of user interaction in this case ?

Adham
  • 63,550
  • 98
  • 229
  • 344

1 Answers1

4

It is supposed to indicate that if required the system can ask the user for additional input (for example: if used in an applet and a URL request is made that requires a username/password this signifies that the system GUI to ask the user for input can be called).

Femi
  • 64,273
  • 8
  • 118
  • 148