android.content.ActivityNotFoundException: No Activity found to handle Intent { act=com.xxx.bbbb.action.camera.gotolist flg=0x10000000 pkg=com.xxx.bbbb }
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2007)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1673)
at android.app.ContextImpl.startActivity(ContextImpl.java:918)
mico_x10a:/ $ am start-activity -a com.xxx.bbbb.action.camera.gotolist
Starting: Intent { act=com.xxx.bbbb.action.camera.gotolist }
Error: Activity not started, unable to resolve Intent { act=com.xxx.bbbb.action.camera.gotolist flg=0x10000000 }