commit | d6fe52636dcaa96ec1e10ce2daebe98b820c9739 | [log] [tgz] |
---|---|---|
author | Kenny Guy <kennyguy@google.com> | Mon Jul 21 17:11:41 2014 +0100 |
committer | Kenny Guy <kennyguy@google.com> | Mon Jul 21 18:33:40 2014 +0100 |
tree | e3858aa31c14f36b9cdf40aeed11412be01b873a | |
parent | ebf50c93b0d1a4f12329c92a3873a8409c566c7e [diff] [blame] |
Change getBadgedLabelForUser to use CharSequence Bug: 16401636 Change-Id: I7b72a6dd53fec1c0afe6ea33803af9e3c54e597e
diff --git a/src/com/android/launcher3/ItemInfo.java b/src/com/android/launcher3/ItemInfo.java index fe03017..c726fb4 100644 --- a/src/com/android/launcher3/ItemInfo.java +++ b/src/com/android/launcher3/ItemInfo.java
@@ -110,7 +110,7 @@ /** * Content description of the item. */ - String contentDescription; + CharSequence contentDescription; /** * The position of the item in a drag-and-drop operation.