1

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?

QS panel image

Elikill58
  • 4,050
  • 24
  • 23
  • 45
TorryDo
  • 45
  • 1
  • 4

1 Answers1

1

You can use startActivityAndCollapse instead of startActivity in your onClick function in TileService which will collapse the QS panel.

DrHowdyDoo
  • 2,327
  • 2
  • 7
  • 21