Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • I cannot make this work in Java... Could you please indicate to me what should I put instead of User::class.java? My code is mediaButtonEvent.getParcelableExtra(Intent.EXTRA_KEY_EVENT); Commented Sep 10, 2022 at 16:13
  • 1
    @LuisA.Florit i have updated my answer please check
    – AskNilesh
    Commented Sep 10, 2022 at 16:34
  • Thanks @AskNilesh. In the second one you meant "SAMPLE CODE For Java". In my case, it would be KeyEvent.class instead of User.class. Commented Sep 10, 2022 at 17:23