Constants | ||
---|---|---|
int | DEFAULT | The default category, a widget using any of the Widget APIs can register to this category |
int | CLOCK | Widget is a clock widget. |
The default category, a widget using any of the Widget APIs can register to this category
Constant Value: 0 (0x00000000)
Widget is a clock widget. Widgets that both act as clocks and use the clock API's should register for this category
Constant Value: 1 (0x00000001)
Specifies the category to which a widget belongs.