Sometime I need to send something in idle status. because it will cause block if some application open net. So I need to detect network if busy or not. I don't know to detect netwotk status.
Sometime I need to send something in idle status. because it will cause block if some application open net. So I need to detect network if busy or not. I don't know to detect netwotk status.
RConnectionMonitor would sound like an API that might eb suefull for you.
Anyway, your application should newer block teh device, so I would suggest debugging and finding the problem, and actually fixing it.