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

Commit 8b2472a4 authored by phweiss's avatar phweiss Committed by android-build-merger
Browse files

Add ticker text for network logging notification

am: df7bfcfc

Change-Id: Iff2f2e9866eb9b4bc018965bdd48eaff5bbc9af3
parents fb6616a6 df7bfcfc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9597,6 +9597,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();