Change getBadgedLabelForUser to use CharSequence

Bug: 16401636
Change-Id: I7b72a6dd53fec1c0afe6ea33803af9e3c54e597e
This commit is contained in:
Kenny Guy
2014-07-21 17:11:41 +01:00
parent ebf50c93b0
commit d6fe52636d
7 changed files with 10 additions and 9 deletions

View File

@@ -64,8 +64,8 @@ public class IconCache {
private static class CacheEntry {
public Bitmap icon;
public String title;
public String contentDescription;
public CharSequence title;
public CharSequence contentDescription;
}
private static class CacheKey {