From 37ffaecd0e8d9a97746bf06b86d63d53dae475e8 Mon Sep 17 00:00:00 2001 From: Gowroji Sunil Date: Wed, 24 Apr 2019 12:16:13 +0530 Subject: [PATCH] Add documentation for Conversation table Test: None, documentation only. Change-Id: I264c0e090f06914d60f3e08d9ea77a5a47763c1c --- telephony/java/android/provider/Telephony.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telephony/java/android/provider/Telephony.java b/telephony/java/android/provider/Telephony.java index e727a6e9bacc9..83aa52176b875 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. *

Type: TEXT

*/ public static final String SNIPPET = "snippet";