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

Commit 96efd907 authored by Christopher Tate's avatar Christopher Tate Committed by android-build-merger
Browse files

Merge "Extend startForegroundService() fg transition timeout to 10 seconds" into pi-dev

am: 3ec17d31

Change-Id: I9a3a0d8e9fa348018a36c1e306aab822df377aa0
parents bd14364a 3ec17d31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ public final class ActiveServices {

    // How long the startForegroundService() grace period is to get around to
    // calling startForeground() before we ANR + stop it.
    static final int SERVICE_START_FOREGROUND_TIMEOUT = 5*1000;
    static final int SERVICE_START_FOREGROUND_TIMEOUT = 10*1000;

    final ActivityManagerService mAm;