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

@@ -126,7 +126,7 @@ public class ShortcutInfo extends ItemInfo {
}
}
ShortcutInfo(Intent intent, CharSequence title, String contentDescription,
ShortcutInfo(Intent intent, CharSequence title, CharSequence contentDescription,
Bitmap icon, UserHandleCompat user) {
this();
this.intent = intent;