Remove WindowManager.LayoutParams.TYPE_KEYGUARD (1/2)

Change-Id: I5d234dc4383bbf205bde1a0e7f1e8266fc37d13a
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.view {
+
+  public static class WindowManager.LayoutParams extends android.view.ViewGroup.LayoutParams implements android.os.Parcelable {
+    field public static final int TYPE_KEYGUARD = 2004; // 0x7d4
+  }
+
+}
+