ashutoshdhanor
Lurker
Any help will be appreciated
Do we have any listener/Intent Action by which we can say that some other application has opened/closed the socket connection?
( Requirement - If some other application is using the Internet connection then my application should get informed )
I did some research and found that we have listener for dataActivity() ( i.e. If data is transferred/received through Internet then my listener method will get called), But listener method will be called continuously if we use the Internet continuously. Thats why I am looking for Socket open/closed listener.
Do we have any listener/Intent Action by which we can say that some other application has opened/closed the socket connection?
( Requirement - If some other application is using the Internet connection then my application should get informed )
I did some research and found that we have listener for dataActivity() ( i.e. If data is transferred/received through Internet then my listener method will get called), But listener method will be called continuously if we use the Internet continuously. Thats why I am looking for Socket open/closed listener.