Files
frameworks_base/core/java/android/webkit
Nils Holmström df337f30e9 Fix NPE when pasting non-text from Clipboard
When copying a link from a bookmark and then pasting it into
a textfield a NullPointerException will occur.
A ClipData.Item is not guaranteed to always contain a text string
and therefore getText() can be set to null.

Using method coerceToText() instead of getText() makes sure that
a text string is always returned.

Change-Id: I81343c0371835a3a7a52045dcd1760e69e59a967
2013-03-12 20:49:14 +09:00
..
2012-03-27 12:52:57 -07:00
2012-04-13 16:36:16 +01:00
2012-03-28 07:10:34 -07:00
2012-09-24 19:11:30 -04:00
2012-03-05 10:12:15 -08:00
2012-10-11 14:00:50 -07:00
2012-09-19 18:33:38 -07:00