summaryrefslogtreecommitdiff
path: root/src-bind
diff options
context:
space:
mode:
authorWalter Jang <wjang@google.com>2017-02-08 10:56:04 -0800
committerWalter Jang <wjang@google.com>2017-02-08 19:17:31 +0000
commit8b341130a8af178e8f7491e7f8ec6b0714ae5d3f (patch)
tree3017739beae7c259f42396d54478daf52f16cca0 /src-bind
parenta445be8929c32cfa28c8a44dd6dd42fe3cf51986 (diff)
downloadContacts-8b341130a8af178e8f7491e7f8ec6b0714ae5d3f.tar.gz
DO NOT MERGE Revert "Start ContactSheet instead of QuickContacts (1/2)"
This reverts commit 581585d9ad2e7d3d4b65798acaa0fa462d30710d. Test: see I5ad160778d29a78e965fd7cb2ded67b017f4ab9a Bug: 32604475 Change-Id: If92ea63ed5dbd8d62e3a9f84a8fcd953fa4c9738
Diffstat (limited to 'src-bind')
-rw-r--r--src-bind/com/android/contactsbind/ObjectFactory.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src-bind/com/android/contactsbind/ObjectFactory.java b/src-bind/com/android/contactsbind/ObjectFactory.java
index e8b9cebb1..1d579e6a2 100644
--- a/src-bind/com/android/contactsbind/ObjectFactory.java
+++ b/src-bind/com/android/contactsbind/ObjectFactory.java
@@ -15,7 +15,6 @@ package com.android.contactsbind;
import android.app.Fragment;
import android.content.Context;
-import android.content.Intent;
import android.net.Uri;
import com.android.contacts.logging.Logger;
@@ -38,10 +37,6 @@ public class ObjectFactory {
return null;
}
- public static Intent getContactSheetIntent(Context context, Uri contactLookupUri) {
- return null;
- }
-
public static Uri getWelcomeUri() {
return null;
}