diff options
-rw-r--r-- | core/java/android/content/pm/ActivityInfo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/pm/ActivityInfo.java b/core/java/android/content/pm/ActivityInfo.java index 00f19df68ad1..364c91e81d68 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 |