diff options
author | Adam Cohen <adamcohen@google.com> | 2012-09-30 12:58:45 -0700 |
---|---|---|
committer | Adam Cohen <adamcohen@google.com> | 2012-09-30 12:58:45 -0700 |
commit | 933a7546c857dba7704a15b7f7f7847934f14912 (patch) | |
tree | 426edac40bcb4c2d8ee37b01c934bc495c40955d /api | |
parent | 2effc77c9a49f983779dbab656bba490bb7d4ba0 (diff) | |
download | frameworks_base-933a7546c857dba7704a15b7f7f7847934f14912.zip frameworks_base-933a7546c857dba7704a15b7f7f7847934f14912.tar.gz frameworks_base-933a7546c857dba7704a15b7f7f7847934f14912.tar.bz2 |
Fix build
Change-Id: I7642494039edec85f8c690a7854b86f318589ff0
Diffstat (limited to 'api')
-rw-r--r-- | api/17.txt | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4486,9 +4486,8 @@ package android.appwidget { field public static final int RESIZE_VERTICAL = 2; // 0x2 field public static final int WIDGET_CATEGORY_HOME_SCREEN = 1; // 0x1 field public static final int WIDGET_CATEGORY_KEYGUARD = 2; // 0x2 - field public static final int WIDGET_FEATURES_CLOCK = 1; // 0x1 field public static final int WIDGET_FEATURES_NONE = 0; // 0x0 - field public static final int WIDGET_FEATURES_STATUS = 2; // 0x2 + field public static final int WIDGET_FEATURES_STATUS = 1; // 0x1 field public int autoAdvanceViewId; field public android.content.ComponentName configure; field public int icon; |