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/IconCache.java b/src/com/android/launcher3/IconCache.java index 7d8628d..221df58 100644 --- a/src/com/android/launcher3/IconCache.java +++ b/src/com/android/launcher3/IconCache.java
@@ -64,8 +64,8 @@ private static class CacheEntry { public Bitmap icon; - public String title; - public String contentDescription; + public CharSequence title; + public CharSequence contentDescription; } private static class CacheKey {