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

Commit 010224c8 authored by Cody Kesting's avatar Cody Kesting
Browse files

Make PersistableBundle a stable parcelable.

PersistableBundle is updated to declare the @JavaOnlyStableParcelable
annotation, which allows it to be used in stable aidl interfaces.

Bug: 143187964
Test: compiles
Change-Id: I8b3fa9746cc7694b18c285c8b7f646e23759ddb3
parent 674c8b1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,4 +17,4 @@

package android.os;

parcelable PersistableBundle cpp_header "binder/PersistableBundle.h";
@JavaOnlyStableParcelable parcelable PersistableBundle cpp_header "binder/PersistableBundle.h";