From 12ec9b0d8fbcc5b6489862735033acde30c8c8bd Mon Sep 17 00:00:00 2001 From: Stephen Bird Date: Fri, 26 Feb 2016 15:19:52 -0800 Subject: [1/4] Pass call extras to addcall We use the bundle to write the origin that the application can pass us. This data will be used to determine which parts of the application/os are used to make calls most often. Ticket: CD-517 Change-Id: I7857ec3bf38cf5c7232f2152d16f17044e3b3e0e --- telephony/java/com/android/internal/telephony/PhoneConstants.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'telephony') diff --git a/telephony/java/com/android/internal/telephony/PhoneConstants.java b/telephony/java/com/android/internal/telephony/PhoneConstants.java index e612be3..ca3c8a8 100755 --- a/telephony/java/com/android/internal/telephony/PhoneConstants.java +++ b/telephony/java/com/android/internal/telephony/PhoneConstants.java @@ -200,4 +200,7 @@ public class PhoneConstants { public static final int AUDIO_OUTPUT_ENABLE_SPEAKER = 0; public static final int AUDIO_OUTPUT_DISABLE_SPEAKER = 1; public static final int AUDIO_OUTPUT_DEFAULT = AUDIO_OUTPUT_ENABLE_SPEAKER; + + /** Copied from ContactsCommon. See comments in ContactsCommon app for more detail. */ + public static final String EXTRA_CALL_ORIGIN = "com.android.phone.CALL_ORIGIN"; } -- cgit v1.1