Is there any way to hide(or handle under a flag) the HomeScreen Widget from preview screen so that user can't add it?
Tried to remove the WidgetProvider broadcast component declaration from Manifest file and its seems to be working fine.The Widget is is not displayed in preview screen. Is this the right way? Any alternative?