diff options
| author | 2022-08-01 19:39:37 +0000 | |
|---|---|---|
| committer | 2022-08-01 19:39:37 +0000 | |
| commit | db7ce0e91fef4a90d348341b91aa4218ba778803 (patch) | |
| tree | df5aefd92ef0f2b8291ac455ee9daae8f6c50499 | |
| parent | 9ce032384e9c6d3499fac19096afca88485e2654 (diff) | |
| parent | 22dd45bd59ce74b22b0d04c06e0696e8679c4842 (diff) | |
Merge "docs: Fixing typo in Activity reference" into tm-dev am: 22dd45bd59
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19278953
Change-Id: I987229b5f9edfb7ed3d8b22a10a1b6e65dc5e81c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | core/java/android/app/Activity.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/Activity.java b/core/java/android/app/Activity.java index 7141259d7dce..7d5fb3eb6ee8 100644 --- a/core/java/android/app/Activity.java +++ b/core/java/android/app/Activity.java @@ -308,7 +308,7 @@ import java.util.function.Consumer; * <li>The <b>foreground lifetime</b> of an activity happens between a call to * {@link android.app.Activity#onResume} until a corresponding call to * {@link android.app.Activity#onPause}. During this time the activity is - * in visible, active and interacting with the user. An activity + * visible, active and interacting with the user. An activity * can frequently go between the resumed and paused states -- for example when * the device goes to sleep, when an activity result is delivered, when a new * intent is delivered -- so the code in these methods should be fairly |