Hi,

In my application, I have widgets that are disabled in the manifest.
I enable those from code, using the
PackageManager.setComponentEnabledSetting method.  This change does
not take effect until I restart the device.

Is there a way to refresh the Home screen Widgets menu without a
reboot?

In the Android source, I see that the PackageManagerService uses the
ActivityManagerNative class to broadcast a protected intent.  I'm
hoping there is a public way of doing this.

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to