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

Commit ddb729b4 authored by Joey Rizzoli's avatar Joey Rizzoli Committed by Joey Rizzoli
Browse files

Recorder: start overlay service as not sticky



BUGBASH-998

Change-Id: I0cc1d47354f0f7c9c9ffce4e526409815cc1cca0
Signed-off-by: default avatarJoey Rizzoli <joey@lineageos.org>
parent f0978488
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ public class OverlayService extends Service {
                .build();

        startForeground(FG_ID, notification);
        return START_STICKY;
        return START_NOT_STICKY;
    }

    @Override