Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4a54bbf authored by phweiss's avatar phweiss
Browse files

Add ticker text for network logging notification

Set ticker text to title for accessibility.

Bug:31207965
Test: manual

Change-Id: I0b78f9e6464dd470b74e0db97813623b335835d9
parent b03bfe0a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10097,6 +10097,7 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
                .setSmallIcon(R.drawable.ic_qs_network_logging)
                .setContentTitle(mContext.getString(R.string.network_logging_notification_title))
                .setContentText(mContext.getString(R.string.network_logging_notification_text))
                .setTicker(mContext.getString(R.string.network_logging_notification_title))
                .setShowWhen(true)
                .setContentIntent(pendingIntent)
                .build();