GlanceTileService not passing ActionParameters
I have a problem creating a Tile for Wear OS with GlanceTileService. I put there a button that should take the user to the MainActivity of the app (which works), but I cannot seem to figure out how to pass a parameter with it. I read that in JetPack compose you should have only one Activity, so the general idea is there would be two or more buttons and the params in the intent would help to differate what the user wants. I am a beginner, so please bear with me, if I missed something obvious. 🙂