Skip to content Skip to sidebar Skip to footer

Widgets Disappearing After Device Restart

I am getting reports from several users of an Android application I developed that after restarting their device, the widget disappears from the home screen and cannot be found in

Solution 1:

It looks like the problem occurs on devices running Android M that also have an SD card emulated as internal storage. What happens during reboot is that the system moves applications onto the SD card and this seems to be causing the problem. I will try adding the internalOnly flag in the Manifest and this should fix the problem.


Post a Comment for "Widgets Disappearing After Device Restart"