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

Commit 3a0f2fdc authored by Yan Yan's avatar Yan Yan Committed by Automerger Merge Worker
Browse files

Merge "Add documentations for VcnTransportInfo#makeCopy" into main am: cc52c4e1

parents 73e20c74 cc52c4e1
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -161,7 +161,14 @@ public final class VcnTransportInfo implements TransportInfo, Parcelable {
        return 0;
    }

    /** @hide */
    /**
     * Create a copy of a {@link VcnTransportInfo} with some fields redacted based on the
     * permissions held by the receiving app.
     *
     * @param redactions bitmask of redactions that needs to be performed on this instance.
     * @return the copy of this instance with the necessary redactions.
     * @hide
     */
    @FlaggedApi(FLAG_MAINLINE_VCN_MODULE_API)
    @SystemApi(client = SystemApi.Client.MODULE_LIBRARIES)
    @Override