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

Commit 02e6be14 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Automerger Merge Worker
Browse files

Merge "Revert "Add PID and UID default to AttributionSourceState"" into sc-dev am: e565e517

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/14317838

Change-Id: I24af7e4968f400f59d01726954128fa6e4957851
parents 14040367 e565e517
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. */