I want to start videoplayer.apk from command line.
i have tried
am start -a android.intent.action.MAIN -n com.appdroid.videoplayer/
com.appdroid.videoplayer.VideoListActivity
it is starting the com.appdroid.videoplayer process but i am not able
to see GUI player on my LCD.
Any suggestion what i am missing?
Regards,
Niral
its
am start -a android.intent.action.MAIN -n com.appdroid.videoplayer/
com.appdroid.videoplayer.VideoListActivity &
Regards,
Nilly