I'm trying to create a masquerade for my phone field, I saw some forums and tried the code below, but it's putting another pattern ... I need to put it in the default br.
EditText inputField = (EditText) FindViewById(Resource.Id.editMensagemTelefone);
inputField.AddTextChangedListener(new PhoneNumberFormattingTextWatcher());