Example usage for Java android.service.quicksettings Tile fields, constructors, methods, implement or subclass
The text is from its open source code.
int | STATE_INACTIVE This represents a tile that is currently in a disabled state but is still interactable. |
int | STATE_ACTIVE This represents a tile that is currently active. |
void | setIcon(Icon icon) Sets the current icon for the tile. |
void | setLabel(CharSequence label) Sets the current label for the tile. |
void | setState(int state) Sets the current state for the tile. |
void | updateTile() Pushes the state of the Tile to Quick Settings to be displayed. |