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

Commit ade269a5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: I887e124dfb2625d251274da26e06713b79c2916f
parents a931b764 d20863fa
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. */