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

Commit d20863fa authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add PID and UID default to AttributionSourceState" into sc-dev

parents 3dec083f 299601f3
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. */