diff options
| author | 2021-04-27 02:09:10 +0000 | |
|---|---|---|
| committer | 2021-04-27 02:09:10 +0000 | |
| commit | ea195a280dfb383ec73b77ffcd19dc3a83bca30f (patch) | |
| tree | 0dfb78811226bbeb8ef40c29772bfb2f5380670b | |
| parent | 299601f3decb1b0efd7300dd6388a9cb84c1d44b (diff) | |
Revert "Add PID and UID default to AttributionSourceState"
This reverts commit 299601f3decb1b0efd7300dd6388a9cb84c1d44b.
Reason for revert: b/186467053
Change-Id: I358088272c9f24c869f50dedf8c08ece59a61304
| -rw-r--r-- | libs/permission/aidl/android/content/AttributionSourceState.aidl | 4 |
1 files changed, 1 insertions, 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. */ |