Use MediaButtonReceiver from androidx.media to handle headset button actions

This commit is contained in:
Prathamesh More 2022-03-27 21:40:42 +05:30
parent b4dc50306f
commit ad51d09672
5 changed files with 11 additions and 222 deletions

View file

@ -172,4 +172,5 @@ dependencies {
implementation 'cat.ereza:customactivityoncrash:2.3.0'
implementation 'me.tankery.lib:circularSeekBar:1.3.2'
debugImplementation 'com.github.amitshekhariitbhu:Android-Debug-Database:1.0.6'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}