Update some TODO comments.

This commit is contained in:
Wink Saville
2009-05-29 14:06:30 -07:00
parent 2a2daf960c
commit e2a14e35aa
2 changed files with 8 additions and 14 deletions

View File

@@ -303,9 +303,8 @@ public class Status extends PreferenceActivity {
}
void updateSignalStrength() {
// TODO TELECA: PhoneStateIntentReceiver deprecated, use TelephonyManager or
// PhoneStateListener instead.
// Use new SignalStrength for signal
// TODO PhoneStateIntentReceiver is deprecated and PhoneStateListener
// should probably used instead.
// not loaded in some versions of the code (e.g., zaku)
if (mSignalStrength != null) {
@@ -385,5 +384,3 @@ public class Status extends PreferenceActivity {
return h + ":" + pad(m) + ":" + pad(s);
}
}