Android Question Bluetooth Enable/Disable automatically - Will play store reject?

Arf

Well-Known Member
Licensed User
Longtime User
Hi,
My app takes control of bluetooth, and operates it in a way that works well with my product. part of this strategy includes detecting when my product has been switched off, and disabling/enabling the bluetooth adator in code, which makes it possible to reconnect my product within seconds instead of havnig to wait 40 seconds or so for an ACL DISCONNECT.

Anyway, I've just been reading android developer docs, and saw admin.Disable or Enable should never be used without user interaction.

This made me wonder if the play store might reject my app when I get that far. If they do, I have a massive problem. Any idea if my concerns are legitimate?

Thanks
 
Top