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

Commit 191d2480 authored by Charles Chen's avatar Charles Chen
Browse files

Add introduced API level in doc

We don't append the introducing API level for AndroidManifest
XML enum valuse. Append the information in doc as a workarund.

Bug: 336814815
Test: presubmit
Change-Id: I1f2b5cb9adf42d25be87f2471bf3867088c44156
parent 02aea3b1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -842,7 +842,8 @@
            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
            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" />
    </attr>
    <!-- Specify the orientation an activity should be run in.  If not