Remove the character limit

This could cause existing messages to get clipped

Effectively reverting part of e7c3ca0e2ebde28b98847d1a21a6aa64fb4a973e

Bug: 111577594
Test: None, is a revert of this config
Change-Id: Ifaa8c9674db3c6865b3b59fcd254bb3e2b20a5f5
diff --git a/res/layout/ownerinfo.xml b/res/layout/ownerinfo.xml
index 42d3e03..18ac461 100644
--- a/res/layout/ownerinfo.xml
+++ b/res/layout/ownerinfo.xml
@@ -28,8 +28,7 @@
         android:minHeight="@dimen/min_tap_target_size"
         android:gravity="top"
         android:hint="@string/owner_info_settings_edit_text_hint"
-        android:inputType="textMultiLine|textCapSentences"
-        android:maxLength="140">
+        android:inputType="textMultiLine|textCapSentences">
         <requestFocus />
     </EditText>