Merge "Fix a typo in the API doc of TextView#setKeyListener()" into pi-dev am: 643d9256d9
am: 4a85bd7cfa
Change-Id: I50a49febfb87712d316dc96f1c9bc8c8c6fca727
diff --git a/core/java/android/widget/TextView.java b/core/java/android/widget/TextView.java
index 5380cd8..4a2c2c5 100644
--- a/core/java/android/widget/TextView.java
+++ b/core/java/android/widget/TextView.java
@@ -2284,7 +2284,7 @@
* Sets the key listener to be used with this TextView. This can be null
* to disallow user input. Note that this method has significant and
* subtle interactions with soft keyboards and other input method:
- * see {@link KeyListener#getInputType() KeyListener.getContentType()}
+ * see {@link KeyListener#getInputType() KeyListener.getInputType()}
* for important details. Calling this method will replace the current
* content type of the text view with the content type returned by the
* key listener.