Loading core/java/android/app/Activity.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -186,7 +186,7 @@ import java.util.List; * * * <p>An activity has essentially four states:</p> * <p>An activity has essentially four states:</p> * <ul> * <ul> * <li> If an activity in the foreground of the screen (at the top of * <li> If an activity is in the foreground of the screen (at the top of * the stack), * the stack), * it is <em>active</em> or <em>running</em>. </li> * it is <em>active</em> or <em>running</em>. </li> * <li>If an activity has lost focus but is still visible (that is, a new non-full-sized * <li>If an activity has lost focus but is still visible (that is, a new non-full-sized Loading Loading
core/java/android/app/Activity.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -186,7 +186,7 @@ import java.util.List; * * * <p>An activity has essentially four states:</p> * <p>An activity has essentially four states:</p> * <ul> * <ul> * <li> If an activity in the foreground of the screen (at the top of * <li> If an activity is in the foreground of the screen (at the top of * the stack), * the stack), * it is <em>active</em> or <em>running</em>. </li> * it is <em>active</em> or <em>running</em>. </li> * <li>If an activity has lost focus but is still visible (that is, a new non-full-sized * <li>If an activity has lost focus but is still visible (that is, a new non-full-sized Loading