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

Commit a3a6eb12 authored by Charles Chen's avatar Charles Chen Committed by Android (Google) Code Review
Browse files

Merge "Add introduced API level in doc" into main

parents 23fb6a35 191d2480
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -842,7 +842,8 @@
            that created the task, and therefore there will only be one instance of this activity
            that created the task, and therefore there will only be one instance of this activity
            in a task. In contrast to the {@code singleTask} launch mode, this activity can be
            in a task. In contrast to the {@code singleTask} launch mode, this activity can be
            started in multiple instances in different tasks if the
            started in multiple instances in different tasks if the
            {@code FLAG_ACTIVITY_MULTIPLE_TASK} or {@code FLAG_ACTIVITY_NEW_DOCUMENT} is set.-->
            {@code FLAG_ACTIVITY_MULTIPLE_TASK} or {@code FLAG_ACTIVITY_NEW_DOCUMENT} is set.
            This enum value is introduced in API level 31. -->
        <enum name="singleInstancePerTask" value="4" />
        <enum name="singleInstancePerTask" value="4" />
    </attr>
    </attr>
    <!-- Specify the orientation an activity should be run in.  If not
    <!-- Specify the orientation an activity should be run in.  If not