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

Commit 0f86bf7f 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: Iead583617e54a2acbefbb7ce9ab5b76ff6fe529a
parents d85eff18 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. */