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

Commit e565e517 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

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

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