How to properly license a Widget as opposed to an application?
I've been reading through the Android documentation for implementing application licensing. Seems somewhat straight forward but it looks as though the example code is tailored for a full fledged android application and not a widget.
Is there an alternate way to implement application licensing for a widget app?
T开发者_如何学JAVAhanks. Brian www.jaydien.com
I think the license applies to the widget. As you stated in the last line, it is a widget "app". In terms of the Market I think it's one in the same. Any licensing that applies (and doesn't infringe on another) applies to all Market Items.
EDIT: My justification of this is that the API considers it the same thing. I'm not claiming this to be absolute, but I'm positive Widget and Application are synonymous in terms of the Market.
精彩评论