[go: nahoru, domu]

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

/frameworks/base/core/java/android/service/quicksettings/
H A DTileService.java38 * A TileService provides the user a tile that can be added to Quick Settings.
42 * <p>The lifecycle of a TileService is different from some other services in
48 * <li>When a tile is added by the user its TileService will be bound to and
57 * <p>TileService will be detected by tiles that match the {@value #ACTION_QS_TILE}
60 * icon for the tile. Here is an example TileService declaration.</p>
76 public class TileService extends Service { class in inherits:Service
79 * An activity that provides a user interface for adjusting TileService preferences.
80 * Optional but recommended for apps that implement a TileService.
87 * Action that identifies a Service as being a TileService.
99 * To make a TileService a
[all...]

Completed in 58 milliseconds