From 69674662dbcf4b88fc4f2b290bd3ab925ae411c8 Mon Sep 17 00:00:00 2001 From: wangqi Date: Thu, 29 Jun 2017 13:14:51 -0700 Subject: Add video call not available dialog. When telecom disconnect the video call with the code of DisconnectCause.ERROR and the DisconnectCause#getReason() of "IMS_ACCESS_BLOCKED", we should show an error dialog to user indicating that video call is not available and providing a option to make a voice call instead. Screenshots: https://screenshot.googleplex.com/YTUGVouoLmj Bug: 33821263 Test: manual, VideoCallNotAvailablePromptTest PiperOrigin-RevId: 160563754 Change-Id: Ie2eb735a92c577b5ae5a5e8b7efa2d699fc964bc --- java/com/android/dialer/callintent/call_initiation_type.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'java/com/android/dialer/callintent') diff --git a/java/com/android/dialer/callintent/call_initiation_type.proto b/java/com/android/dialer/callintent/call_initiation_type.proto index 6b85fbf81..32e4e49fc 100644 --- a/java/com/android/dialer/callintent/call_initiation_type.proto +++ b/java/com/android/dialer/callintent/call_initiation_type.proto @@ -58,5 +58,7 @@ message CallInitiationType { MISSED_CALL_NOTIFICATION = 15; CALL_SUBJECT_DIALOG = 16; + + IMS_VIDEO_BLOCKED_FALLBACK_TO_VOICE = 17; } } -- cgit v1.2.3