[android-developers] Re: some basic question.

2009-08-03 Thread Honest
I am so thankful to your reply. Can some one tell me how can i get the SDKS to change framework of o/s ? On Aug 3, 8:42 pm, Roman wrote: > Signal Strength > > For being able to get the signal strength of your current GSM > connection, implement a   onSignalStrengthChanged callback method. > Thi

[android-developers] Re: some basic question.

2009-08-03 Thread Roman
Signal Strength For being able to get the signal strength of your current GSM connection, implement a onSignalStrengthChanged callback method. This method is called when the Signal strength changes. You have to extend the PhoneStateListener class for doing this. Application in the back ground