Media intent triggered by your fingerprint sensor.
Go to file
2018-07-08 11:17:43 +02:00
.idea Swipe and enjoy. 2018-07-08 11:07:04 +02:00
app Swipe and enjoy. 2018-07-08 11:07:04 +02:00
gradle/wrapper Swipe and enjoy. 2018-07-08 11:07:04 +02:00
.gitignore Gitignore 2018-07-08 11:06:33 +02:00
build.gradle Swipe and enjoy. 2018-07-08 11:07:04 +02:00
gradle.properties Swipe and enjoy. 2018-07-08 11:07:04 +02:00
gradlew Swipe and enjoy. 2018-07-08 11:07:04 +02:00
gradlew.bat Swipe and enjoy. 2018-07-08 11:07:04 +02:00
LICENSE Initial commit 2018-07-08 11:04:29 +02:00
README.md README. 2018-07-08 11:17:43 +02:00
settings.gradle Swipe and enjoy. 2018-07-08 11:07:04 +02:00

MediaFingerprint

Media intent triggered by your fingerprint sensor.

Why

Some times, when I'm commuting, I want to be able to skip or pause my music without taking my phone from my pocket. That's why. I only tested it with my phone, and with my music player (spotify).

Limitations

This rely on accessibility service to listen to fingerprint gestures. That have some limitations:

  • Google does not like us using it
  • It needs the screen to be on, to be used.
  • It overrides the "system" gesture for notifications.
  • It needs to be disabled from the settings to stop.

Contribution

Yes, please.