Sony Addon SDK
public static interface

Widget.Category

This project is no longer being supported and will not get any further updates.

Class Overview

Specifies the category to which a widget belongs.

Summary

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.

Constants

Added in API level 3.0 public static final int DEFAULT

The default category, a widget using any of the Widget APIs can register to this category

Constant Value: 0 (0x00000000)

Added in API level 3.0 public static final int CLOCK

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)