From afd8a64b1966372e14aa9f7bc05d598bd950eb71 Mon Sep 17 00:00:00 2001 From: linyuh Date: Tue, 27 Feb 2018 14:14:27 -0800 Subject: Set the correct reporting location when reporting spam in the new call log. Bug: 73816729 Test: Existing tests PiperOrigin-RevId: 187230516 Change-Id: I59d70b9676e2972b80f124f29f2c1cb1858efef8 --- java/com/android/dialer/logging/reporting_location.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'java/com/android/dialer/logging') diff --git a/java/com/android/dialer/logging/reporting_location.proto b/java/com/android/dialer/logging/reporting_location.proto index 3c1baf0fe..b9912be75 100644 --- a/java/com/android/dialer/logging/reporting_location.proto +++ b/java/com/android/dialer/logging/reporting_location.proto @@ -14,5 +14,6 @@ message ReportingLocation { UNKNOWN_REPORTING_LOCATION = 0; CALL_LOG_HISTORY = 1; FEEDBACK_PROMPT = 2; + VOICEMAIL_HISTORY = 3; } } -- cgit v1.2.3