Show the first 100 lines of a note (showed only the first 10 lines before)
Bug: 2472544

Change-Id: I8508ec3848809b3f805048dbb9cc015d1c3ff9df
diff --git a/src/com/android/contacts/ViewContactActivity.java b/src/com/android/contacts/ViewContactActivity.java
index 5313c28..168da46 100644
--- a/src/com/android/contacts/ViewContactActivity.java
+++ b/src/com/android/contacts/ViewContactActivity.java
@@ -908,7 +908,7 @@
                     } else if (Note.CONTENT_ITEM_TYPE.equals(mimeType) && hasData) {
                         // Build note entries
                         entry.uri = null;
-                        entry.maxLines = 10;
+                        entry.maxLines = 100;
                         mOtherEntries.add(entry);
                     } else if (Website.CONTENT_ITEM_TYPE.equals(mimeType) && hasData) {
                         // Build note entries