Loading api/current.xml +11 −0 Original line number Diff line number Diff line Loading @@ -22143,6 +22143,17 @@ visibility="protected" > </field> <field name="POP_BACK_STACK_INCLUSIVE" type="int" transient="false" volatile="false" value="1" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="RESULT_CANCELED" type="int" transient="false" core/java/android/app/Activity.java +1 −1 Original line number Diff line number Diff line Loading @@ -2059,7 +2059,7 @@ public class Activity extends ContextThemeWrapper * removed. Otherwise, all entries up to but not including that entry * will be removed */ static final int POP_BACK_STACK_INCLUSIVE = 1<<0; public static final int POP_BACK_STACK_INCLUSIVE = 1<<0; /** * Pop the top state off the back stack. Returns true if there was one Loading Loading
api/current.xml +11 −0 Original line number Diff line number Diff line Loading @@ -22143,6 +22143,17 @@ visibility="protected" > </field> <field name="POP_BACK_STACK_INCLUSIVE" type="int" transient="false" volatile="false" value="1" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="RESULT_CANCELED" type="int" transient="false"
core/java/android/app/Activity.java +1 −1 Original line number Diff line number Diff line Loading @@ -2059,7 +2059,7 @@ public class Activity extends ContextThemeWrapper * removed. Otherwise, all entries up to but not including that entry * will be removed */ static final int POP_BACK_STACK_INCLUSIVE = 1<<0; public static final int POP_BACK_STACK_INCLUSIVE = 1<<0; /** * Pop the top state off the back stack. Returns true if there was one Loading