Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae4bf7dd authored by Thiébaud Weksteen's avatar Thiébaud Weksteen
Browse files

Add @JavaOnlyStableParcelable to AttributionSource

Annotate AttributionSource with @JavaOnlyStableParcelable as it is
already available as part of the SDK.

Bug: 197828948
Test: atest --host aidl_unittests
Change-Id: I3e9343030947404239c9a963a529d246c57a04a1
parent 67bf96ea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,4 +16,5 @@

package android.content;

@JavaOnlyStableParcelable
parcelable AttributionSource;