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

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

Completed in 90 milliseconds