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

Commit d4b338ba authored by Kyunglyul Hyun's avatar Kyunglyul Hyun
Browse files

Add @JavaOnlyStableParcelable to KeyEvent

MediaSessionManager accepts KeyEvent in some system APIs,
which can be used from non-mainline modules.

Bug: 169046322
Test: build successful
Change-Id: Ibfa67c154af7ca189ea8cefa8c9cbb746365fb30
parent e36395f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,4 +17,4 @@

package android.view;

parcelable KeyEvent;
@JavaOnlyStableParcelable parcelable KeyEvent;