List of usage examples for android.media AudioManager ACTION_HDMI_AUDIO_PLUG
String ACTION_HDMI_AUDIO_PLUG
To view the source code for android.media AudioManager ACTION_HDMI_AUDIO_PLUG.
Click Source Link
From source file:systems.byteswap.publicstream.MainActivity.java
@TargetApi(Build.VERSION_CODES.LOLLIPOP) private void registerV21() { final IntentFilter intentFilter = new IntentFilter(AudioManager.ACTION_HDMI_AUDIO_PLUG); registerReceiver(mReceiverV21, intentFilter); }