My app has a Tile Service.
After clicked on that tile, the onClick
function run perfectly fine, but I wanted to close the quick setting panel, is there anyway to achive that goal?
You can use startActivityAndCollapse
instead of startActivity
in your onClick function in TileService which will collapse the QS panel.