summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2014-07-28 23:00:44 +0200
committerJorim Jaggi <jjaggi@google.com>2014-07-29 14:43:03 +0200
commite411fdfa4c131cfd1cac14e9e1be1ae9e40cc2a5 (patch)
tree5f230324a7358fbf2ec7db5d40f3883c650bcf7a /api
parente37e43d0bdf0b865d117d8087d4ebc71072aa5c1 (diff)
downloadframeworks_base-e411fdfa4c131cfd1cac14e9e1be1ae9e40cc2a5.zip
frameworks_base-e411fdfa4c131cfd1cac14e9e1be1ae9e40cc2a5.tar.gz
frameworks_base-e411fdfa4c131cfd1cac14e9e1be1ae9e40cc2a5.tar.bz2
Remove WindowManager.LayoutParams.TYPE_KEYGUARD (1/2)
Change-Id: I5d234dc4383bbf205bde1a0e7f1e8266fc37d13a
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
-rw-r--r--api/removed.txt8
2 files changed, 8 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt
index 68056b8..cd75146 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -35514,7 +35514,6 @@ package android.view {
field public static final int TYPE_CHANGED = 2; // 0x2
field public static final int TYPE_INPUT_METHOD = 2011; // 0x7db
field public static final int TYPE_INPUT_METHOD_DIALOG = 2012; // 0x7dc
- field public static final int TYPE_KEYGUARD = 2004; // 0x7d4
field public static final int TYPE_KEYGUARD_DIALOG = 2009; // 0x7d9
field public static final int TYPE_PHONE = 2002; // 0x7d2
field public static final int TYPE_PRIORITY_PHONE = 2007; // 0x7d7
diff --git a/api/removed.txt b/api/removed.txt
index 458c422..465a18d 100644
--- a/api/removed.txt
+++ b/api/removed.txt
@@ -6,3 +6,11 @@ package android.media {
}
+package android.view {
+
+ public static class WindowManager.LayoutParams extends android.view.ViewGroup.LayoutParams implements android.os.Parcelable {
+ field public static final int TYPE_KEYGUARD = 2004; // 0x7d4
+ }
+
+}
+