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

Commit 0a09b507 authored by Massimo Carli's avatar Massimo Carli Committed by Android (Google) Code Review
Browse files

Merge "Improve TopActivityFlag documentation in AppCompatTaskInfo" into main

parents 3829f33b c9d0ee2c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -101,7 +101,6 @@ public class AppCompatTaskInfo implements Parcelable {
    @Retention(RetentionPolicy.SOURCE)
    @IntDef(flag = true, value = {
            FLAG_UNDEFINED,
            FLAG_BASE,
            FLAG_LETTERBOX_EDU_ENABLED,
            FLAG_ELIGIBLE_FOR_LETTERBOX_EDU,
            FLAG_LETTERBOXED,
@@ -115,6 +114,10 @@ public class AppCompatTaskInfo implements Parcelable {
    })
    public @interface TopActivityFlag {}

    /**
     * A combination of {@link TopActivityFlag}s that have been enabled through
     * {@link #setTopActivityFlag}.
     */
    @TopActivityFlag
    private int mTopActivityFlags;