Loading libs/permission/aidl/android/content/AttributionSourceState.aidl +3 −1 Original line number Diff line number Diff line Loading @@ -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. */ Loading Loading
libs/permission/aidl/android/content/AttributionSourceState.aidl +3 −1 Original line number Diff line number Diff line Loading @@ -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. */ Loading