Loading packages/SystemUI/src/com/android/systemui/screenrecord/RecordingService.java +1 −0 Original line number Diff line number Diff line Loading @@ -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)) Loading Loading
packages/SystemUI/src/com/android/systemui/screenrecord/RecordingService.java +1 −0 Original line number Diff line number Diff line Loading @@ -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)) Loading