Skip to content

Commit 933a754

Browse files
author
Adam Cohen
committed
Fix build
Change-Id: I7642494039edec85f8c690a7854b86f318589ff0
1 parent 2effc77 commit 933a754

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

api/17.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4486,9 +4486,8 @@ package android.appwidget {
44864486
field public static final int RESIZE_VERTICAL = 2; // 0x2
44874487
field public static final int WIDGET_CATEGORY_HOME_SCREEN = 1; // 0x1
44884488
field public static final int WIDGET_CATEGORY_KEYGUARD = 2; // 0x2
4489-
field public static final int WIDGET_FEATURES_CLOCK = 1; // 0x1
44904489
field public static final int WIDGET_FEATURES_NONE = 0; // 0x0
4491-
field public static final int WIDGET_FEATURES_STATUS = 2; // 0x2
4490+
field public static final int WIDGET_FEATURES_STATUS = 1; // 0x1
44924491
field public int autoAdvanceViewId;
44934492
field public android.content.ComponentName configure;
44944493
field public int icon;

0 commit comments

Comments
 (0)