Merge "Fix UI issues in localization" into main am: ce20ff98e3 am: 97f101474a
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/3151118 Change-Id: Ie31bd52681f014bc6166ab0409cdf2ec55b2f0fc Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -96,13 +96,13 @@ public class PageAgnosticNotificationService extends Service {
|
||||
notifyPendingIntent)
|
||||
.build();
|
||||
|
||||
// TODO:(b/349860833) Change text style to BigTextStyle once the ellipsis issue is fixed.
|
||||
Notification.Builder builder =
|
||||
new Notification.Builder(this, NOTIFICATION_CHANNEL_ID)
|
||||
.setContentTitle(title)
|
||||
.setContentText(text)
|
||||
.setOngoing(true)
|
||||
.setSmallIcon(R.drawable.ic_settings_24dp)
|
||||
.setStyle(new Notification.BigTextStyle().bigText(text))
|
||||
.setContentIntent(notifyPendingIntent)
|
||||
.addAction(action);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user