diff options
| -rw-r--r-- | core/java/android/provider/CallLog.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/provider/CallLog.java b/core/java/android/provider/CallLog.java index 7d03801d7bd1..3d14af76d2df 100644 --- a/core/java/android/provider/CallLog.java +++ b/core/java/android/provider/CallLog.java @@ -73,7 +73,7 @@ public class CallLog { public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/calls"; /** - * The type of the the phone number. + * The type of the call (incoming, outgoing or missed). * <P>Type: INTEGER (int)</P> */ public static final String TYPE = "type"; |