commit | 5fbdf8ab1b50b2e1b3ff77bd7fca64840bc16b7d | [log] [tgz] |
---|---|---|
author | Hall Liu <hallliu@google.com> | Tue Dec 11 16:21:26 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Dec 11 16:21:26 2018 -0800 |
tree | 276ed25663ab924f265f0cfd62e6034f4f983ee2 | |
parent | e6180e84341d816584574d32750301f9d0a7ee91 [diff] | |
parent | 2a980a9fd17884abe79330a9a13d19a6a51dffd4 [diff] |
Merge "Add PhoneAccount rows to phone_lookup projection" am: f2ebd6d343 am: 2a980a9fd1 Change-Id: I369da2b881ead66f1e595779fd4270138996104d
diff --git a/src/com/android/providers/contacts/ContactsProvider2.java b/src/com/android/providers/contacts/ContactsProvider2.java index 54b4a27..3a77793 100644 --- a/src/com/android/providers/contacts/ContactsProvider2.java +++ b/src/com/android/providers/contacts/ContactsProvider2.java
@@ -1004,6 +1004,8 @@ .add(PhoneLookup.TYPE, Phone.TYPE) .add(PhoneLookup.LABEL, Phone.LABEL) .add(PhoneLookup.NORMALIZED_NUMBER, Phone.NORMALIZED_NUMBER) + .add(Data.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME) + .add(Data.PREFERRED_PHONE_ACCOUNT_ID) .build(); /** Contains the just the {@link Groups} columns */