Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e411fdfa authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Remove WindowManager.LayoutParams.TYPE_KEYGUARD (1/2)

Change-Id: I5d234dc4383bbf205bde1a0e7f1e8266fc37d13a
parent e37e43d0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+8 −0
Original line number Diff line number Diff line
@@ -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
  }

}
+1 −0
Original line number Diff line number Diff line
@@ -346,6 +346,7 @@ public interface WindowManager extends ViewManager {
        /**
         * Window type: keyguard window.
         * In multiuser systems shows on all users' windows.
         * @removed
         */
        public static final int TYPE_KEYGUARD           = FIRST_SYSTEM_WINDOW+4;