I would like to get the id of the buttons (play, pause, next, previous) inside the mediacontroller. I was able to successfully do that for seekbar following this piece of code:
final int topContainerId = getResources().getIdentifier("mediacontroller_progress", "id", "android");
How about for the buttons?
Thank you! :)