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

Commit 91e74f43 authored by Manjeet Rulhania's avatar Manjeet Rulhania Committed by Android (Google) Code Review
Browse files

Merge "Add device support in native APIs" into main

parents 8f7ffe4f 1007f60d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -27,6 +27,10 @@ parcelable AttributionSourceState {
    int pid = -1;
    /** The UID that is accessing the permission protected data. */
    int uid = -1;
    /** The default device ID from where the permission protected data is read.
     * @see Context#DEVICE_ID_DEFAULT
     */
    int deviceId = 0;
    /** The package that is accessing the permission protected data. */
    @nullable @utf8InCpp String packageName;
    /** The attribution tag of the app accessing the permission protected data. */