0

Is it possible to listen for phone vibration in Android? Basically, I need my background component to wake-up and do some stuff whenever the phone vibrates.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Babu
  • 13
  • 5
  • 1
    Are you trying to wake up whenever the phone vibrates for any reason? Or are you trying to wake up when there's a call? – E.Z. Hart Sep 08 '11 at 05:25
  • Yeah. I am trying to wake up whenever the phone vibrates for any reason. – Babu Sep 08 '11 at 06:54
  • [An okey answer is here.](http://stackoverflow.com/questions/29862965/detect-the-device-is-vibrating/36455200#36455200) Similar question was asked. – Burak Day Apr 06 '16 at 15:20

1 Answers1

1

Is it possible to listen for phone vibration in Android?

Sorry, no, not without custom firmware.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491