diff options
-rw-r--r-- | telephony/java/android/telephony/TelephonyManager.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index a30f87d..6400e68 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -1341,7 +1341,8 @@ public class TelephonyManager { } /** - * Returns all observed cell information of the device. + * Returns all observed cell information of the device. This does + * not cause or change the rate of PhoneStateListner#onCellInfoChanged. * * @return List of CellInfo or null if info unavailable. * |