Search code examples
androidhttphttpconnection

What is the setAllowUserInteraction() in HttpConnection


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


Solution

  • 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).