Questions tagged [tile-service]

4 questions
5
votes
1 answer

Android 13 - TileService for Quick Settings Panel is not collapsing onClick

Short Question: startActivityAndCollapse not working for Android 13 Long Question: I am creating a tile for the quick settings panel. I have tried to implement this demo. It's working fine for all other devices except Android 13 override fun…
Pratik Butani
  • 60,504
  • 58
  • 273
  • 437
1
vote
1 answer

Wear TileService Layout Component accessibility

Any way can i add accessibility to TileService layout component like LayoutElementBuilders.Text. I can't see any api to set accessibility. Anyone have idea or solution, please help me.
Abu Yousuf
  • 5,729
  • 3
  • 31
  • 50
1
vote
1 answer

Wear TileService Lifecycle

I have created a TileService for watch app. When i switch to my TileService every time onCreate method is called multiple times (3 or 4 times). As TileService is a Service why onCreate is called multiple times? And when I switch to my TileService by…
Abu Yousuf
  • 5,729
  • 3
  • 31
  • 50
0
votes
0 answers

Is it possible to use a Room database in an android Tile?

I am building an app specifically for watches, with it I'd like to have both a tile and a complication. In the tile I would like to show a simple chart of the users activity, or at the very least their progress for their daily goal. The problem is I…
Neglected Sanity
  • 1,770
  • 6
  • 23
  • 46