rockbox/firmware/target/hosted/android
Thomas Martitz ca4439ff65 Android port: handle incoming calls.
Stop explicitely if a call comes in, and resume playback (if it was playing before the call) upon hang up.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27746 a1c6a512-1295-4272-9138-f99709370657
2010-08-07 21:30:22 +00:00
..
app
button-android.c Add a few forgotten files, Fix potential startup problem. Fix absolute touchscreen mode. 2010-08-04 12:25:25 +00:00
buttonmap.h
kernel-android.c Android port: handle incoming calls. 2010-08-07 21:30:22 +00:00
lcd-android.c Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the background 2010-08-04 01:03:25 +00:00
pcm-android.c A bit of work in the pcm driver. Should be a bit more efficient, but more importantly more dependable. Stopping playback now properly recovers if playback crashed for some reason (shouldn't happen of course). 2010-08-04 18:34:32 +00:00
system-android.c Run Rockbox as a service, which allows for music decoding&playback in the background, 2010-08-03 22:56:24 +00:00
system-target.h
thread-android-arm.c