diff options
| -rw-r--r-- | telephony/java/android/provider/Telephony.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/android/provider/Telephony.java b/telephony/java/android/provider/Telephony.java index e727a6e9bacc..83aa52176b87 100644 --- a/telephony/java/android/provider/Telephony.java +++ b/telephony/java/android/provider/Telephony.java @@ -768,7 +768,7 @@ public final class Telephony { public static final String DEFAULT_SORT_ORDER = "date DESC"; /** - * The first 45 characters of the body of the message. + * The first 45 characters of the body of the most recent message. * <P>Type: TEXT</P> */ public static final String SNIPPET = "snippet"; |