diff options
| -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. */ |