TilesOrganization / support

Support pages for Tiles, Android application on Google Play (https://play.google.com/store/apps/details?id=com.rascarlo.quick.settings.tiles).
47 stars 4 forks source link

[feature request] Bluetooth Battery Power Tile #16

Closed jwhumphrey closed 6 years ago

jwhumphrey commented 6 years ago

Android O can now display battery power of context Bluetooth devices but you have to go into Settings > Bluetooth to view the percent. A tile would be fantastic.

rascarlo commented 6 years ago

Do you mean a tile to constantly show the connected bt device's battery?

jwhumphrey commented 6 years ago

Yes that's the usage I was looking for. I'm not even sure if it's possible since I haven't seen that available. Just thought I'd check though. Thank you!

rascarlo commented 6 years ago

I have to check if it is possible. But having a tile constantly querying for the connected bt device battery would require a foreground running service to properly show the percentage. Is such thing what you are looking for?

jwhumphrey commented 6 years ago

That's a great point. I hadn't thought about the possible phone battery impacts of a running service and constantly querying the wireless device.

I wouldn't worry about this, it's not a big deal for the negative impact it might make. Thanks for taking the time to think it over.