diff options
| author | 2022-07-13 20:50:04 +0000 | |
|---|---|---|
| committer | 2022-07-13 23:41:10 +0000 | |
| commit | ca59840e0f6eb5292e2fab8f1a6f8959d5ee5f5f (patch) | |
| tree | a9cfc09649cd5c458d9c9d2e76eafc6229b5abb6 | |
| parent | 1664eecb70f608f54f8ccb150d3a64c5222c5a07 (diff) | |
docs: Fixing typo in Activity reference
Bug: 175529330
Change-Id: Ic6f667e773b771fd913b3dd76247bae5f026bbc8
Test: (built docs with go/abtd: go/abort-ui/run/L95400000955473009 )
| -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 |