From fc1026477ecd034b73289bde11902bd1196a42cb Mon Sep 17 00:00:00 2001 From: linyuh Date: Tue, 10 Apr 2018 10:04:15 -0700 Subject: For an audio call log entry, add a video call option in the bottom sheet if the capability is present. Bug: 70989603 Test: ModulesTest PiperOrigin-RevId: 192302145 Change-Id: I3162e7d22223aa02709d0d401c70c6fc37a00e3b --- .../android/dialer/calllog/database/contract/number_attributes.proto | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'java/com/android/dialer/calllog/database') diff --git a/java/com/android/dialer/calllog/database/contract/number_attributes.proto b/java/com/android/dialer/calllog/database/contract/number_attributes.proto index 2e93291ab..f99693d4e 100644 --- a/java/com/android/dialer/calllog/database/contract/number_attributes.proto +++ b/java/com/android/dialer/calllog/database/contract/number_attributes.proto @@ -24,7 +24,7 @@ package com.android.dialer; import "java/com/android/dialer/logging/contact_source.proto"; // Information related to the phone number of the call. -// Next ID: 12 +// Next ID: 13 message NumberAttributes { // The name (which may be a person's name or business name, but not a number) // formatted exactly as it should appear to the user. If the user's locale or @@ -67,4 +67,7 @@ message NumberAttributes { // Source of the contact associated with the number. optional com.android.dialer.logging.ContactSource.Type contact_source = 11; + + // Whether the number can be reached via a carrier video call. + optional bool can_support_carrier_video_call = 12; } \ No newline at end of file -- cgit v1.2.3