diff --git a/core/java/android/view/Window.java b/core/java/android/view/Window.java index 8401b7cdb2432..9f0eebb944f6c 100644 --- a/core/java/android/view/Window.java +++ b/core/java/android/view/Window.java @@ -66,9 +66,7 @@ import java.util.List; * window manager. It provides standard UI policies such as a background, title * area, default key processing, etc. * - *
The only existing implementation of this abstract class is - * android.view.PhoneWindow, which you should instantiate when needing a - * Window. + *
The framework will instantiate an implementation of this class on behalf of the application. */ public abstract class Window { /** Flag for the "options panel" feature. This is enabled by default. */