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