Open majeed-abdul opened 3 months ago
Actually I done the above task by using this:
@pragma("vm:entry-point") Tile onTileClicked(Tile tile) { AppLauncher.openApp(androidApplicationId: 'com.example.app'); }
Clicking on Tile launches mentioned app but it doesn't pops quickSettings panel.
how can I perform this task?
Actually I need "startActivityAndCollapse" but your package uses only "startActivity" function. so we all are limited to one function.
Actually I done the above task by using this:
@pragma("vm:entry-point") Tile onTileClicked(Tile tile) { AppLauncher.openApp(androidApplicationId: 'com.example.app'); }
Clicking on Tile launches mentioned app but it doesn't pops quickSettings panel.
how can I perform this task?