OSDN Git Service

Fix issue #25289999: Lower device idle alarm limit to 10 mins.
authorDianne Hackborn <hackbod@google.com>
Tue, 27 Oct 2015 00:51:57 +0000 (17:51 -0700)
committerDianne Hackborn <hackbod@google.com>
Tue, 27 Oct 2015 17:23:38 +0000 (10:23 -0700)
commit7682b26ea164ba1078495e24910f22d73766c192
tree86c8bacb583c9aaf806c2b55b41b644f9d218c16
parent14bb0511c6cc5ad62a870b3c2437c8090bcf75af
Fix issue #25289999: Lower device idle alarm limit to 10 mins.

This helps with some cases where perisistent network connections
need a more frequent keep alive signal.  Actually make it 9
minutes to ensure that things needing a 10 minute cycle will
execute within that time.

Change-Id: Ife8c7b7f7f82b108d5a6c1624bd6115e6087c3be
services/core/java/com/android/server/AlarmManagerService.java