Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca59840e authored by Andrew Solovay's avatar Andrew Solovay
Browse files

docs: Fixing typo in Activity reference

Bug: 175529330
Change-Id: Ic6f667e773b771fd913b3dd76247bae5f026bbc8
Test: (built docs with go/abtd: go/abort-ui/run/L95400000955473009 )
parent 1664eecb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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