Hi All,

I have written following code

                                                Intent myIntent = new 
Intent(Intent.ACTION_VIEW, Uri
                                                                
.parse("rtsp://localhost/sample.mp4"));
                                                
startActivityForResult(myIntent, 1);

When I run this code, native media interface is launched.

My requirement is to receive different notifications from that
interface. For e.g. when user pauses the video playback,  when video
playback is finished.

Is this possible?

Or will I require to write my own interface using Media Player APIs?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to