Searched defs:startForeground (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DService.java220 * <li><p>A started service can use the {@link #startForeground(int, Notification)}
610 * {@link #startForeground(int, Notification)} instead. This method
651 public final void startForeground(int id, Notification notification) { method in class:Service
664 * to {@link #startForeground} will be removed. Otherwise it will remain
666 * @see #startForeground(int, Notification)

Completed in 58 milliseconds