This might be a lack of caffeine in my system this morning, but I was struggling to get my widget app to listen to the Lap/Back button. I assumed from the API docs that I wanted to use onBack(), but it was never getting called.
Eventually I guessed onPreviousPage() and that works fine. Perhaps the API docs could be expanded a little to say under which circumstances pressing Lap/Back would call onBack() and when it would call onPreviousPage() ?
Thanks