How can I run android camera program from adb shell?
I know that I should use am but I do not know what command should I exactly enter
I used this :
am start -a android.intent.action.MAIN -n com.android.camera
but it didn't work!
|
|
I hope this will solve your problem. |
||||
|
|
|
You need to specify exact component name (name of activity).
It is working on my device (HTC Desire HD), but I can't guarantee that it'll work everywhere. |
|||
|
|