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

Commit 636b7ab6 authored by Evan Chen's avatar Evan Chen Committed by Android (Google) Code Review
Browse files

Merge "Add more details for the builder of DeviceId" into main

parents 12f73839 b7757f1c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -154,6 +154,10 @@ public final class DeviceId implements Parcelable {

    /**
     * A builder for {@link DeviceId}
     *
     * <p>Calling apps must provide at least one of the following to identify
     * the device: a custom ID using {@link #setCustomId(String)}, or a MAC address using
     * {@link #setMacAddress(MacAddress)}.</p>
     */
    public static final class Builder extends OneTimeUseBuilder<DeviceId> {
        private String mCustomId;