commit | d8a43f61680bacf0d4b52a03ff3c7a07307377fc | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Mon Aug 17 23:33:56 2009 -0700 |
committer | Dianne Hackborn <hackbod@google.com> | Tue Aug 18 13:59:27 2009 -0700 |
tree | 298808433ea17b6842b87424629fa1869478ed94 | |
parent | 30c0b83490d856c1cd82441c8e2d800a88927237 [diff] |
Fix issue #2047139: Remove Service.setForeground() This API is becoming seriously abused, so now it is deprecated and has become a no-op. As an alternative, there is now a new API that allows you to make a service be in the foreground but requires providing a persistent notification to go along with this state, allowing the user to know about and control it.