Merge "Title is a CharSequence." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
94789b4ddf
@@ -328,7 +328,7 @@ public class StatusBarIconView extends AnimatedImageView {
|
||||
Notification.Builder builder = Notification.Builder.recoverBuilder(c, n);
|
||||
String appName = builder.loadHeaderAppName();
|
||||
|
||||
CharSequence title = n.extras.getString(Notification.EXTRA_TITLE);
|
||||
CharSequence title = n.extras.getCharSequence(Notification.EXTRA_TITLE);
|
||||
CharSequence ticker = n.tickerText;
|
||||
|
||||
CharSequence desc = !TextUtils.isEmpty(ticker) ? ticker
|
||||
|
||||
Reference in New Issue
Block a user