pedroaugust0 / HPD

Headphone Plug Detection (HPD) -- Android app to detect when headphones has been connected.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HPD - Headphone Plug Detection

Android app to detect when headphones has been connected.

What does the application do?

The application monitors the Broadcast information of headphone has been plugged in or unplugged.

Limitations

  • The application starts monitoring after the System Boot is complete, this means that headset monitoring only starts after installation of the app and reboots the phone, or opens the application and clicks on the RESTART button.
  • No message (Toast) is displayed on the system, only information by Log.i.

Implementation

in Android Studio 2.3.1 in Java.

LICENSE

This code is about the Apache 2.0 license that can be read in full HERE.

About

Headphone Plug Detection (HPD) -- Android app to detect when headphones has been connected.

License:Apache License 2.0


Languages

Language:Java 100.0%