Example usage for android.support.v4.media.session MediaButtonReceiver subclass-usage

List of usage examples for android.support.v4.media.session MediaButtonReceiver subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.media.session MediaButtonReceiver subclass-usage.

Usage

From source file org.videolan.vlc.RemoteControlClientReceiver.java

/**
 * Small class to receive events passed out by the remote controls (wired, bluetooth, lock screen, ...)
 */
public class RemoteControlClientReceiver extends MediaButtonReceiver {
    @SuppressWarnings("unused")
    private static final String TAG = "VLC/RemoteControlClientReceiver";