android - How to trigger a broadcast event manually -


everyone question how creating widget in application. know how add our widgets customizing appwidgetprovider. , adding action follows:

system menu -> widget -> widget item(our widget name)

however, want gain same effects clicking 1 button, e.g. 'add widget', in application. first thought coming brain trigger broadcast event of adding widget in handler function of 'add widget' button. don't how trigger broadcast event manually.

guys, ideas appreciated.

wishes

jhfu

this not supported android, sorry.

to more specific, applications not home screens cannot add app widgets home screens.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -