commit | e4392ea8daab5b7255900f35a979f2cada748645 | [log] [tgz] |
---|---|---|
author | Wenyi Wang <wenyiw@google.com> | Fri Sep 25 21:59:48 2015 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Sep 25 21:59:48 2015 +0000 |
tree | 9e247201c4dbfee5dd2514302368365b1d2707ff | |
parent | a949dd47879ee0852cdca25f345abf888b457e80 [diff] | |
parent | c33f49215c7e4fc49c327617bde79f8fcc0b1484 [diff] |
Merge "Fix for "Share visible contacts" in Favorites tab." into ub-contactsdialer-a-dev
diff --git a/src/com/android/contacts/common/model/Contact.java b/src/com/android/contacts/common/model/Contact.java index 9b96f86..27bf13e 100644 --- a/src/com/android/contacts/common/model/Contact.java +++ b/src/com/android/contacts/common/model/Contact.java
@@ -268,7 +268,7 @@ * Returns the contact ID. */ @VisibleForTesting - /* package */ long getId() { + public long getId() { return mId; }