From 938468da6f5c225ebb161a68bd949c9cf3261892 Mon Sep 17 00:00:00 2001 From: Eric Erfanian Date: Tue, 24 Oct 2017 14:05:52 -0700 Subject: Rename the new bubble package name from "bubble" to "newbubble". It fixes AOSP for package name conflict. Test: manual PiperOrigin-RevId: 173298696 Change-Id: Id10ebe0bcf029e61f65cf6580c7198abd8395081 --- java/com/android/dialer/phonenumberproto/dialer_phone_number.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'java/com/android/dialer/phonenumberproto/dialer_phone_number.proto') diff --git a/java/com/android/dialer/phonenumberproto/dialer_phone_number.proto b/java/com/android/dialer/phonenumberproto/dialer_phone_number.proto index 97b7519dd..cd2ed50e0 100644 --- a/java/com/android/dialer/phonenumberproto/dialer_phone_number.proto +++ b/java/com/android/dialer/phonenumberproto/dialer_phone_number.proto @@ -97,8 +97,7 @@ message DialerInternalPhoneNumber { // leading zeros. // // Clients who use the parsing or conversion functionality of the i18n phone - // number libraries (go/phonenumbers) will have these fields set if necessary - // automatically. + // number libraries will have these fields set if necessary automatically. optional bool italian_leading_zero = 4; optional int32 number_of_leading_zeros = 8 [default = 1]; -- cgit v1.2.3