Re: [android-developers] Call Function When Intent Closed

2011-08-13 Thread TreKing
On Sat, Aug 13, 2011 at 8:07 PM, Matt Clark wrote: > I have a program where the background has a video in it, when i click on an > icon it open a new intent, but when i hit the back button to close the > intent the video does not resume playing. Is there a listener to set up to > see when the int

[android-developers] Call Function When Intent Closed

2011-08-13 Thread Matt Clark
I have a program where the background has a video in it, when i click on an icon it open a new intent, but when i hit the back button to close the intent the video does not resume playing. Is there a listener to set up to see when the intent closes, where it can then restart the videoview? Thanks M