You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually I need "startActivityAndCollapse" but your package uses only "startActivity" function.
so we all are limited to one function.
majeed-abdul
changed the title
How can I launch app from quick setting tile.
Unable to use startActivityAndCollapse finction from quick setting tile onClick.
Aug 28, 2024
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?
The text was updated successfully, but these errors were encountered: