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

Commit ea195a28 authored by Svetoslav Ganov's avatar Svetoslav Ganov
Browse files

Revert "Add PID and UID default to AttributionSourceState"

This reverts commit 299601f3.

Reason for revert: b/186467053

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