diff options
author | Dianne Hackborn <hackbod@google.com> | 2012-06-04 12:14:21 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2012-06-04 12:14:21 -0700 |
commit | 433927c52f2758e3e69f69d7e03d571ee4f18a26 (patch) | |
tree | 9a869b94cce2368969a771d9095f7383de8d4d08 /api | |
parent | f756e495d558f2625e96b4a59acc9ea57bae825c (diff) | |
download | frameworks_base-433927c52f2758e3e69f69d7e03d571ee4f18a26.zip frameworks_base-433927c52f2758e3e69f69d7e03d571ee4f18a26.tar.gz frameworks_base-433927c52f2758e3e69f69d7e03d571ee4f18a26.tar.bz2 |
Fix build.
Change-Id: Iccffe6dde6b96eaab4800e0bb0a9d46f740d686a
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index 43128ee..9540eab 100644 --- a/api/current.txt +++ b/api/current.txt @@ -3705,7 +3705,6 @@ package android.app { field public static final int FLAG_ONGOING_EVENT = 2; // 0x2 field public static final int FLAG_ONLY_ALERT_ONCE = 8; // 0x8 field public static final int FLAG_SHOW_LIGHTS = 1; // 0x1 - field public static final java.lang.String KIND_PROMO = "android.promo"; field public static final int PRIORITY_DEFAULT = 0; // 0x0 field public static final int PRIORITY_HIGH = 1; // 0x1 field public static final int PRIORITY_LOW = -1; // 0xffffffff |