From 4db07410fbf823158a8cd3edcc7a6e1d72cc607f Mon Sep 17 00:00:00 2001 From: calderwoodra Date: Thu, 26 Apr 2018 13:00:04 -0700 Subject: Build out the bottom sheet for suggested contacts in Speed Dial. The bottom sheet should include: - contact row - voice call - video call - sms - divider - add favorite (follow up) - remove (follow up) - contact info Bug: 77761183 Test: WIP PiperOrigin-RevId: 194440839 Change-Id: I78e0e0fc0a4834338a59b458fe7639786de57877 --- java/com/android/dialer/callintent/CallIntentBuilder.java | 1 + 1 file changed, 1 insertion(+) (limited to 'java/com/android/dialer/callintent') diff --git a/java/com/android/dialer/callintent/CallIntentBuilder.java b/java/com/android/dialer/callintent/CallIntentBuilder.java index 0f9f8905d..92efd392b 100644 --- a/java/com/android/dialer/callintent/CallIntentBuilder.java +++ b/java/com/android/dialer/callintent/CallIntentBuilder.java @@ -152,6 +152,7 @@ public class CallIntentBuilder implements Parcelable { return isVideoCall; } + /** Default false. Should only be set to true if the number has a lookup URI. */ public CallIntentBuilder setAllowAssistedDial(boolean allowAssistedDial) { this.allowAssistedDial = allowAssistedDial; return this; -- cgit v1.2.3