summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jorim Jaggi <jjaggi@google.com> 2022-04-11 22:25:56 +0200
committer Jorim Jaggi <jjaggi@google.com> 2022-04-11 22:25:56 +0200
commit4e87d6ff0a60b8269f159f0153c7654a643fb5c8 (patch)
treea49f19dd7bf6171db830947630f730e0a50a2a09
parent5b6ba1cfde29b49f45343a0327423816a3dbb950 (diff)
Fix doc issue linking internal class
Fixes: 148043444 Change-Id: If43ebe0ec38cc00379d8db79481ef2c3116ce867
-rw-r--r--core/java/android/view/Window.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/java/android/view/Window.java b/core/java/android/view/Window.java
index 8401b7cdb243..9f0eebb944f6 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.
*
- * <p>The only existing implementation of this abstract class is
- * android.view.PhoneWindow, which you should instantiate when needing a
- * Window.
+ * <p>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. */