commit | 86c224e7a50a4241ab41db280384a1cff3bf00af | [log] [tgz] |
---|---|---|
author | Andrew Lee <anwlee@google.com> | Wed Jul 02 11:09:28 2014 -0700 |
committer | Andrew Lee <anwlee@google.com> | Wed Jul 02 11:09:28 2014 -0700 |
tree | 14ef0f7234fbdf341639754b45114efde95244fd | |
parent | 981192dcc06079b55e5cb5dd283aeead7221f4a8 [diff] |
Implementing overloaded onCallNumberDirectly() with new parameter. Bug: 16013180 Change-Id: I1ae1705351e4d394e3ab7108dc866a105f115e20
diff --git a/src/com/android/contacts/activities/ContactSelectionActivity.java b/src/com/android/contacts/activities/ContactSelectionActivity.java index 9bb7395..0c784cb 100644 --- a/src/com/android/contacts/activities/ContactSelectionActivity.java +++ b/src/com/android/contacts/activities/ContactSelectionActivity.java
@@ -508,6 +508,11 @@ } @Override + public void onCallNumberDirectly(String phoneNumber, boolean isVideoCall) { + Log.w(TAG, "Unsupported call."); + } + + @Override public void onShortcutIntentCreated(Intent intent) { returnPickerResult(intent); }