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

Commit 2a0901ec authored by TYM Tsai's avatar TYM Tsai
Browse files

Modify content capture javadoc

Bug: 271015194
Test: m offline-sdk-docs
Change-Id: I6b6befb7d9eb9ca757fecf89b25f663a22d0ad65
parent 4c0d044c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -182,7 +182,10 @@ public abstract class ContentCaptureSession implements AutoCloseable {
    /** @hide */
    public static final int FLUSH_REASON_VIEW_TREE_APPEARED = 10;

    /** TODO(b/271015194) */
    /**
     * After {@link UPSIDE_DOWN_CAKE}, {@link #notifyViewsDisappeared(AutofillId, long[])} wraps
     * the virtual children with a pair of view tree appearing and view tree appeared events.
     */
    @ChangeId
    @EnabledSince(targetSdkVersion = UPSIDE_DOWN_CAKE)
    static final long NOTIFY_NODES_DISAPPEAR_NOW_SENDS_TREE_EVENTS = 258825825L;