From ea195a280dfb383ec73b77ffcd19dc3a83bca30f Mon Sep 17 00:00:00 2001 From: Svetoslav Ganov Date: Tue, 27 Apr 2021 02:09:10 +0000 Subject: Revert "Add PID and UID default to AttributionSourceState" This reverts commit 299601f3decb1b0efd7300dd6388a9cb84c1d44b. Reason for revert: b/186467053 Change-Id: I358088272c9f24c869f50dedf8c08ece59a61304 --- libs/permission/aidl/android/content/AttributionSourceState.aidl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libs/permission/aidl/android/content/AttributionSourceState.aidl b/libs/permission/aidl/android/content/AttributionSourceState.aidl index 158d0ca1f6..b6e54bf153 100644 --- a/libs/permission/aidl/android/content/AttributionSourceState.aidl +++ b/libs/permission/aidl/android/content/AttributionSourceState.aidl @@ -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. */ -- cgit v1.2.3-59-g8ed1b