diff options
| -rw-r--r-- | core/java/android/provider/SocialContract.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/provider/SocialContract.java b/core/java/android/provider/SocialContract.java index d542774..ee271ba 100644 --- a/core/java/android/provider/SocialContract.java +++ b/core/java/android/provider/SocialContract.java @@ -165,11 +165,11 @@ public class SocialContract { /** * The {@link Uri} for the latest social activity performed by any - * contact aggregated under the specified {@link Contacts#_ID}. Will + * raw contact aggregated under the specified {@link Contacts#_ID}. Will * also join with most-present {@link Presence} for this aggregate. */ - public static final Uri CONTENT_AGGREGATE_STATUS_URI = - Uri.withAppendedPath(AUTHORITY_URI, "aggregate_status"); + public static final Uri CONTENT_CONTACT_STATUS_URI = + Uri.withAppendedPath(AUTHORITY_URI, "contact_status"); /** * The MIME type of {@link #CONTENT_URI} providing a directory of social |
