summaryrefslogtreecommitdiffstats
path: root/src/com/android/contacts/common/list/OnPhoneNumberPickerActionListener.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/contacts/common/list/OnPhoneNumberPickerActionListener.java')
-rw-r--r--src/com/android/contacts/common/list/OnPhoneNumberPickerActionListener.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/com/android/contacts/common/list/OnPhoneNumberPickerActionListener.java b/src/com/android/contacts/common/list/OnPhoneNumberPickerActionListener.java
index f69df9dd..37231452 100644
--- a/src/com/android/contacts/common/list/OnPhoneNumberPickerActionListener.java
+++ b/src/com/android/contacts/common/list/OnPhoneNumberPickerActionListener.java
@@ -40,6 +40,11 @@ public interface OnPhoneNumberPickerActionListener {
void onCallNumberDirectly(String phoneNumber, boolean isVideoCall);
/**
+ * Calls the specified phone number, either as an audio or video call.
+ */
+ void onCallNumberDirectly(String phoneNumber, boolean isVideoCall, String mimeType);
+
+ /**
* Returns the selected number as a shortcut intent.
*/
void onShortcutIntentCreated(Intent intent);