diff options
author | Adam Cohen <adamcohen@google.com> | 2012-10-31 16:09:28 -0700 |
---|---|---|
committer | Adam Cohen <adamcohen@google.com> | 2012-10-31 17:42:26 -0700 |
commit | 8f697d858098ec1e7bb7f84abcd15ba49e3e8927 (patch) | |
tree | f5866e8aef667231b20c18b34b004cbd9f2c0162 /api | |
parent | c8dc8eb3275a6d05e27824f322796e97e5e50e2f (diff) | |
download | frameworks_base-8f697d858098ec1e7bb7f84abcd15ba49e3e8927.zip frameworks_base-8f697d858098ec1e7bb7f84abcd15ba49e3e8927.tar.gz frameworks_base-8f697d858098ec1e7bb7f84abcd15ba49e3e8927.tar.bz2 |
Stripping dead API related to keyguard widgets
Change-Id: Ieb6c57ef736712b3266de08027f9626104cdf1bb
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
@@ -1142,7 +1142,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 @@ -4494,8 +4493,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; @@ -4511,7 +4508,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 e26d8f0..45a3cc1 100644 --- a/api/current.txt +++ b/api/current.txt @@ -1142,7 +1142,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 @@ -4494,8 +4493,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; @@ -4511,7 +4508,6 @@ package android.appwidget { field public int resizeMode; field public int updatePeriodMillis; field public int widgetCategory; - field public int widgetFeatures; } } |