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

Commit 299601f3 authored by Nate Myren's avatar Nate Myren
Browse files

Add PID and UID default to AttributionSourceState

Test: build, presubmit
bug: 158792096
Change-Id: Iea3414491970a5a98e8537e5c6c4c95a1da0d2a6
parent 9d533913
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -24,7 +24,9 @@ package android.content;
 */
parcelable AttributionSourceState {
    /** The UID that is accessing the permission protected data. */
    int uid;
    int uid = -1;
    /** The PID that is accessing the permission protected data. */
    int pid = -1;
    /** The package that is accessing the permission protected data. */
    @nullable @utf8InCpp String packageName;
    /** The attribution tag of the app accessing the permission protected data. */