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

Commit 102cbe90 authored by Christopher Tate's avatar Christopher Tate Committed by android-build-merger
Browse files

Merge "Extend startForegroundService() fg transition timeout to 10 seconds"...

Merge "Extend startForegroundService() fg transition timeout to 10 seconds" into pi-dev am: 3ec17d31
am: 96efd907

Change-Id: I3d2ddef0b5add85130daeadc88bb907661c8d210
parents b8504eab 96efd907
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;