diff options
| author | cretin45 <cretin45@gmail.com> | 2015-10-01 10:00:12 -0700 |
|---|---|---|
| committer | Rohit Yengisetty <rohit@cyngn.com> | 2015-11-18 11:09:05 -0800 |
| commit | 155037461c086cb1f545955ca1ff1320fe45ae34 (patch) | |
| tree | 65bbbebf7181a196c152545dfa9bfa30d204570c /src | |
| parent | d4a83287f9b4c083f72ee94e8ff0e39286874808 (diff) | |
| download | android_packages_apps_ContactsCommon-155037461c086cb1f545955ca1ff1320fe45ae34.tar.gz android_packages_apps_ContactsCommon-155037461c086cb1f545955ca1ff1320fe45ae34.tar.bz2 android_packages_apps_ContactsCommon-155037461c086cb1f545955ca1ff1320fe45ae34.zip | |
ContactsCommon: Move contact uri extra to common location
Dependency for fix that addresses MMS-118 and MMS-127
Change-Id: I017351cf5c100f0bc22e71b12c89b9bb4045fc9f
Diffstat (limited to 'src')
| -rw-r--r-- | src/com/android/contacts/common/model/Contact.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/contacts/common/model/Contact.java b/src/com/android/contacts/common/model/Contact.java index 11ad0e9c..83b6f422 100644 --- a/src/com/android/contacts/common/model/Contact.java +++ b/src/com/android/contacts/common/model/Contact.java @@ -57,6 +57,8 @@ public class Contact { NOT_FOUND, } + public static final String CONTACT_URI_EXTRA = "contact_uri_extra"; + private final Uri mRequestedUri; private final Uri mLookupUri; private final Uri mUri; |
