From a46ed83a7ccba16bbfd791a3a6588d5f0add9526 Mon Sep 17 00:00:00 2001 From: Brad Ebinger Date: Wed, 30 Mar 2016 18:24:42 -0700 Subject: Add via number to CallLog Account entry Call Log now provides the phone number that an incoming call was received on if that number is different than the SIM subscription number. This "via number" is appended to the Phone Account of the Call Log entry in Dialer if it exists. Screenshots: - One PhoneAccount: http://screen/HuCSL0U6jU6.png - Multiple PhoneAccounts: http://screen/pDg8F9zpMei.png Bug: 25594198 Change-Id: I8c05ea98409e54d20493fbdb20096bf851480719 --- src-pre-N/com/android/dialer/compat/CallsSdkCompat.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src-pre-N') diff --git a/src-pre-N/com/android/dialer/compat/CallsSdkCompat.java b/src-pre-N/com/android/dialer/compat/CallsSdkCompat.java index 836f091a1..60d3ca14d 100644 --- a/src-pre-N/com/android/dialer/compat/CallsSdkCompat.java +++ b/src-pre-N/com/android/dialer/compat/CallsSdkCompat.java @@ -21,4 +21,5 @@ import android.support.annotation.Nullable; public class CallsSdkCompat { @Nullable public static final String POST_DIAL_DIGITS = null; + @Nullable public static final String VIA_NUMBER = null; } -- cgit v1.2.3