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

Commit 7205bca7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Show recording notification immediately"

parents 0f5a38ba 111fce3d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -300,6 +300,7 @@ public class RecordingService extends Service implements MediaRecorder.OnInfoLis
                .setColorized(true)
                .setColor(getResources().getColor(R.color.GM2_red_700))
                .setOngoing(true)
                .setShowForegroundImmediately(true)
                .setContentIntent(
                        PendingIntent.getService(this, REQUEST_CODE, stopIntent,
                                PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE))