We just managed to reproduce the problem that the client reports with our Android Tablet (4.4.2) and a Bluetooth device. They reported that they could not connect our supplied Bluetooth device with our supplied tablet. To fix this, they simply restarted the tablet.
In the office, we reproduced this. Going to settings-> Bluetooth and clicking on the device in available devices does nothing. If I turn on another of our devices, then I can deal with it without any problems. The only one is the only device that causes the problem ... that made me think that Android was caching this device information somewhere, and this cache is now outdated / damaged.
After a lot of search queries, I faced the demise of clearing the data cache of the Bluetooth Share applications, and this fixes this problem. However, I need to do this automatically from code.
Has anyone encountered this problem? And if so, how did you manage to call this Clear Cache function from code?
Thank!
source
share