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

Commit 5da3cfe0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix AttributionSource#getDeviceId docs" into main

parents c19ed646 af95cbea
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -517,7 +517,11 @@ public final class AttributionSource implements Parcelable {
    }

    /**
     * The device ID for which permissions are checked.
     * Gets the device ID for this attribution source. Attribution source can set the device ID
     * using {@link Builder#setDeviceId(int)}, the default device ID is
     * {@link Context#DEVICE_ID_DEFAULT}.
     * <p>
     * This device ID is used for permissions checking during attribution source validation.
     */
    public int getDeviceId() {
        return mAttributionSourceState.deviceId;