We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2effc77 commit 933a754Copy full SHA for 933a754
api/17.txt
@@ -4486,9 +4486,8 @@ package android.appwidget {
4486
field public static final int RESIZE_VERTICAL = 2; // 0x2
4487
field public static final int WIDGET_CATEGORY_HOME_SCREEN = 1; // 0x1
4488
field public static final int WIDGET_CATEGORY_KEYGUARD = 2; // 0x2
4489
- field public static final int WIDGET_FEATURES_CLOCK = 1; // 0x1
4490
field public static final int WIDGET_FEATURES_NONE = 0; // 0x0
4491
- field public static final int WIDGET_FEATURES_STATUS = 2; // 0x2
+ field public static final int WIDGET_FEATURES_STATUS = 1; // 0x1
4492
field public int autoAdvanceViewId;
4493
field public android.content.ComponentName configure;
4494
field public int icon;
0 commit comments