bump!

On Feb 19, 3:54 pm, Michael Scott <[email protected]> wrote:
> Hi,
>
> I've developed anappWidgetby inheriting AppWidgetProvider and adding
> it to the manifest as a receiver with theappwidget-metatag. Works
> fine.
> Two questions though:
>
> 1. It seems that the only reason to add APPWIDGET_UPDATE to the
> intentfilter of the receiver is to let the widgetpicker recognize it
> as anappwidget? The intents (update/enable/disable) it received no
> matter if they are included in the intentfilter or not. How come?
>
> 2. When adding a permission to the receiver to disable spoofed
> intents, I actually expected the APPWIDGET_XXX intents not to be
> received since they are(?) sent from a sender without the permission.
> Not so, they arrived just as before. How is this possible? Do these
> intents get some special treatment by the system?
>
> /Michael

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

Reply via email to