Loading core/java/android/app/Notification.java +1 −0 Original line number Diff line number Diff line Loading @@ -7726,6 +7726,7 @@ public class Notification implements Parcelable public RemoteViews makeBigContentView() { StandardTemplateParams p = mBuilder.mParams.reset() .viewType(StandardTemplateParams.VIEW_TYPE_BIG) .allowTextWithProgress(true) .textViewId(R.id.big_text) .fillTextsFrom(mBuilder); Loading Loading
core/java/android/app/Notification.java +1 −0 Original line number Diff line number Diff line Loading @@ -7726,6 +7726,7 @@ public class Notification implements Parcelable public RemoteViews makeBigContentView() { StandardTemplateParams p = mBuilder.mParams.reset() .viewType(StandardTemplateParams.VIEW_TYPE_BIG) .allowTextWithProgress(true) .textViewId(R.id.big_text) .fillTextsFrom(mBuilder); Loading