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

Commit 7fbd6ccd 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: Ic5f8a6714892b2ca63ffbe6b85af7d823377cb14
parents 263a2613 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. */