Use single instance of PhoneNumberUtilsWrapper
PhoneNumberUtilsWrapper is creating a new instance of the class everytime it tries to look up an unknown number. Just use a single instance for this instead to avoid redundant object creation. Change-Id: I418d95ced42c1db06c63848768050a181defb347 (cherry picked from commit dbe9db9e)
Loading
Please register or sign in to comment