From 82ebe6f777902f00250efc3535ad11c2c6a74258 Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Fri, 28 Sep 2012 18:35:41 -0700 Subject: Getting rid of keyguard widget flag that isn't used -> issue 7238875 Change-Id: Ifad890b4061784889f3fc7711a165452cf230fbd --- api/current.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'api') diff --git a/api/current.txt b/api/current.txt index ea26c9a..add0a7d 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; -- cgit v1.1