diff options
author | Adam Cohen <adamcohen@google.com> | 2012-11-01 11:31:15 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-11-01 11:31:35 -0700 |
commit | 9767597a74bd9a5a265ff72aa5f77dd7efb93b53 (patch) | |
tree | e1898d081601e040d71c0b1c42b8c05b27597a87 /api | |
parent | 757d0d88efd7178758d6f2f5b080ed578d2f8747 (diff) | |
parent | 8f697d858098ec1e7bb7f84abcd15ba49e3e8927 (diff) | |
download | frameworks_base-9767597a74bd9a5a265ff72aa5f77dd7efb93b53.zip frameworks_base-9767597a74bd9a5a265ff72aa5f77dd7efb93b53.tar.gz frameworks_base-9767597a74bd9a5a265ff72aa5f77dd7efb93b53.tar.bz2 |
Merge "Stripping dead API related to keyguard widgets" into jb-mr1-lockscreen-dev
Diffstat (limited to 'api')
-rw-r--r-- | api/17.txt | 4 | ||||
-rw-r--r-- | api/current.txt | 4 |
2 files changed, 0 insertions, 8 deletions
@@ -1145,7 +1145,6 @@ package android { field public static final int weekSeparatorLineColor = 16843590; // 0x1010346 field public static final int weightSum = 16843048; // 0x1010128 field public static final int widgetCategory = 16843716; // 0x10103c4 - field public static final int widgetFeatures = 16843715; // 0x10103c3 field public static final int widgetLayout = 16843243; // 0x10101eb field public static final int width = 16843097; // 0x1010159 field public static final int windowActionBar = 16843469; // 0x10102cd @@ -4497,8 +4496,6 @@ 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_NONE = 0; // 0x0 - field public static final int WIDGET_FEATURES_STATUS = 1; // 0x1 field public int autoAdvanceViewId; field public android.content.ComponentName configure; field public int icon; @@ -4514,7 +4511,6 @@ package android.appwidget { field public int resizeMode; field public int updatePeriodMillis; field public int widgetCategory; - field public int widgetFeatures; } } diff --git a/api/current.txt b/api/current.txt index fde6302..bdc7b19 100644 --- a/api/current.txt +++ b/api/current.txt @@ -1145,7 +1145,6 @@ package android { field public static final int weekSeparatorLineColor = 16843590; // 0x1010346 field public static final int weightSum = 16843048; // 0x1010128 field public static final int widgetCategory = 16843716; // 0x10103c4 - field public static final int widgetFeatures = 16843715; // 0x10103c3 field public static final int widgetLayout = 16843243; // 0x10101eb field public static final int width = 16843097; // 0x1010159 field public static final int windowActionBar = 16843469; // 0x10102cd @@ -4497,8 +4496,6 @@ 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_NONE = 0; // 0x0 - field public static final int WIDGET_FEATURES_STATUS = 1; // 0x1 field public int autoAdvanceViewId; field public android.content.ComponentName configure; field public int icon; @@ -4514,7 +4511,6 @@ package android.appwidget { field public int resizeMode; field public int updatePeriodMillis; field public int widgetCategory; - field public int widgetFeatures; } } |