OSDN Git Service

Fix issue #8401553: It's possible to startForeground()...
authorDianne Hackborn <hackbod@google.com>
Sat, 16 Mar 2013 01:48:04 +0000 (18:48 -0700)
committerDianne Hackborn <hackbod@google.com>
Sat, 16 Mar 2013 01:48:04 +0000 (18:48 -0700)
commit282add7bc3e80825c73244f527857aefa74093a9
tree0b6b126bf0ec25a767b50f8e4b1104aec600c9d5
parent5d122d96a5bf3bbaccaca2765b45716efe7ee2ef
Fix issue #8401553: It's possible to startForeground()...

...with no visible Notification

Don't allow a 0 icon resource.

Change-Id: I52e93533e6c45c6027ff3c185060cd54d087d077
services/java/com/android/server/am/ServiceRecord.java