Class ShadowTileService


  • @Implements(value=android.service.quicksettings.TileService.class,
                minSdk=24)
    public class ShadowTileService
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected android.service.quicksettings.Tile getQsTile()  
      protected boolean isLocked()  
      void setLocked​(boolean locked)  
      protected void startActivityAndCollapse​(android.content.Intent intent)
      Starts an activity without collapsing the quick settings panel.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShadowTileService

        public ShadowTileService()
    • Method Detail

      • getQsTile

        @Implementation
        protected final android.service.quicksettings.Tile getQsTile()
      • startActivityAndCollapse

        @Implementation
        protected void startActivityAndCollapse​(android.content.Intent intent)
        Starts an activity without collapsing the quick settings panel.
      • isLocked

        @Implementation
        protected boolean isLocked()
      • setLocked

        public void setLocked​(boolean locked)