Re: [android-developers] What's this Exception?

2010-02-11 Thread Rogério de Souza Moraes
Hi Sasikumar, appears that you created more intentReceivers than Android can handle. As it is suggesting, you should use unregisterReceiver() whan you don't need more the Receiver. Regards, Rogerio 2010/2/11 Sasikumar.S sasikumar.it1...@gmail.com Hi, What's this Exception? 02-11

Re: [android-developers] What's this Exception?

2010-02-11 Thread Sasikumar.S
Thank U Rogerio. 2010/2/11 Rogério de Souza Moraes rogerio.so...@gmail.com Hi Sasikumar, appears that you created more intentReceivers than Android can handle. As it is suggesting, you should use unregisterReceiver() whan you don't need more the Receiver. Regards, Rogerio 2010/2/11

[android-developers] What's this Exception?

2010-02-10 Thread Sasikumar.S
Hi, What's this Exception? 02-11 11:56:59.015: ERROR/ActivityThread(850): Activity com.pack.MyJavaClass has leaked IntentReceiver android.net.networkconnectivitylistener$connectivitybroadcastrecei...@43c33978that was originally registered here. Are you missing a call to unregisterReceiver()?