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.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to