I have an application widget that works successfully on different devices. It relies on the onEnabled and onDisabled methods. Recent testing revealed that these methods were not called on the new HTC One X.
Due to the complexity of my application widget, I wrote a very simple application widget that just displays a static image. Everything except this is logged when onEnabled is called and onDisabled is called. When it is tested on the emulator and other devices, it works fine. But on HTC One X, there is no way out for both cases.
Does anyone know a possible reason?
Thank.
source
share