nickbutcher / AnimatorDurationTile

A quick settings tile to quickly set the animator duration scale.
Apache License 2.0
1.38k stars 115 forks source link

Question: Can a TileService be responsible for more than one tile? #10

Closed AndroidDeveloperLB closed 7 years ago

AndroidDeveloperLB commented 7 years ago

Can it also hide the potential ones?

nickbutcher commented 7 years ago

No, an app can have multiple TileServices but each TileService provides a single Tile.

AndroidDeveloperLB commented 7 years ago

That's too bad. I wonder why they did it this way. Maybe for preventing too many tiles of apps?