diff options
author | Adam Cohen <adamcohen@google.com> | 2012-09-30 12:19:50 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-09-30 12:19:50 -0700 |
commit | b97a71e8bd9877f4d4e47ec41408079552ab165b (patch) | |
tree | f805ac0a48782518d3ef419d782bd3250754e5a4 /api | |
parent | a6efc965cc6f42ab88c08e48463ea4604d29cc77 (diff) | |
parent | 82ebe6f777902f00250efc3535ad11c2c6a74258 (diff) | |
download | frameworks_base-b97a71e8bd9877f4d4e47ec41408079552ab165b.zip frameworks_base-b97a71e8bd9877f4d4e47ec41408079552ab165b.tar.gz frameworks_base-b97a71e8bd9877f4d4e47ec41408079552ab165b.tar.bz2 |
Merge "Getting rid of keyguard widget flag that isn't used" into jb-mr1-dev
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt index 0f9480d..a0c1f01 100644 --- a/api/current.txt +++ b/api/current.txt @@ -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; |