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

Commit 620f7284 authored by Jaewan Kim's avatar Jaewan Kim Committed by Android (Google) Code Review
Browse files

Merge "Add oneway keyword for the IOnMediaKeyListener"

parents fd62c58e 5bdb4e05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ import android.view.KeyEvent;
 * Listener to handle media key.
 * @hide
 */
interface IOnMediaKeyListener {
oneway interface IOnMediaKeyListener {
    void onMediaKey(in KeyEvent event, in ResultReceiver result);
}