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

Commit a8e396d5 authored by Cosmin Tanislav's avatar Cosmin Tanislav
Browse files

PhoneWindowManager: implement search button play/pause

Change-Id: I27d15b6863913d4b51d1026eba52b1ef731aebcb
parent 3b906590
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2270,6 +2270,9 @@ public class PhoneWindowManager implements WindowManagerPolicy {
            case KILL_APP:
                ActionUtils.killForegroundApp(mContext, mCurrentUserId);
                break;
            case PLAY_PAUSE_MUSIC:
                triggerVirtualKeypress(KeyEvent.KEYCODE_MEDIA_PLAY_PAUSE);
                break;
            default:
                break;
        }