From 8091ca5015b2a9f591ad7d3ee5ec832c16cf5548 Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Tue, 22 Jun 2010 13:58:46 -0400 Subject: [PATCH] Fix javadocs. Change-Id: Ic37c16625ddd0175cc048dd2b22bc75c6962d43d --- core/java/android/content/pm/ActivityInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/content/pm/ActivityInfo.java b/core/java/android/content/pm/ActivityInfo.java index 00f19df68ad1e..364c91e81d686 100644 --- a/core/java/android/content/pm/ActivityInfo.java +++ b/core/java/android/content/pm/ActivityInfo.java @@ -156,7 +156,7 @@ public class ActivityInfo extends ComponentInfo * {@link android.view.WindowManager.LayoutParams#FLAG_FULLSCREEN} * may still be interrupted by high-priority notifications; for example, an * incoming phone call may use - * {@link * android.app.Notification#fullScreenIntent fullScreenIntent} + * {@link android.app.Notification#fullScreenIntent fullScreenIntent} * to present a full-screen in-call activity to the user, pausing the * current activity as a side-effect. An activity with * {@link #FLAG_IMMERSIVE} set, however, will not be interrupted; the