I have an ImageButton
, touch and holding this Button will do voice recording until user lifts his finger up. But after about 20 seconds since the ACTION_DOWN, the ACTION_UP event triggers automatically and I don't know how to avoid this from happening (because I need at Least 60 secs' recording for my app).
I have read this and this, they're all talking about same issue as mine,but didn't get a perfect answer.
If anyone know why this happening, I'll be very much grateful.