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

Commit 5bdb4e05 authored by Jaewan Kim's avatar Jaewan Kim
Browse files

Add oneway keyword for the IOnMediaKeyListener

Test: Tested manually
Change-Id: I35406ff6688b7529873e246226a9617244b4f391
parent 85a05cd9
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);
}