From 968016d0a29d0826df711e64b68bb001bc73cef5 Mon Sep 17 00:00:00 2001 From: Brian Olson Date: Thu, 29 Jun 2023 15:51:04 +0000 Subject: [PATCH] Fixing typo to include "of" in docs. Removing extra whitespace Change-Id: Ia666f0847c37536735951b8759d78e88c0ca1579 --- core/java/android/app/Activity.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/java/android/app/Activity.java b/core/java/android/app/Activity.java index cf11c5c7d431f..f5fa139aeb0a8 100644 --- a/core/java/android/app/Activity.java +++ b/core/java/android/app/Activity.java @@ -2215,9 +2215,9 @@ public class Activity extends ContextThemeWrapper * *

An activity can never receive a new intent in the resumed state. You can count on * {@link #onResume} being called after this method, though not necessarily immediately after - * the completion this callback. If the activity was resumed, it will be paused and new intent - * will be delivered, followed by {@link #onResume}. If the activity wasn't in the resumed - * state, then new intent can be delivered immediately, with {@link #onResume()} called + * the completion of this callback. If the activity was resumed, it will be paused and new + * intent will be delivered, followed by {@link #onResume}. If the activity wasn't in the + * resumed state, then new intent can be delivered immediately, with {@link #onResume()} called * sometime later when activity becomes active again. * *

Note that {@link #getIntent} still returns the original Intent. You