When I run,
adb shell am start -n com.android.gallery3d/.app.MovieActivity -d /sdcard/1.mp4
the control immediately terminates by printing,
Starting: Intent { dat=/sdcard/1.mp4 flg=0x80000 cmp=com.android.gallery3d/.app.MovieActivity }
Is there a way, where the control of am start exits only after the complete playback is done ?
Please guide.