adb shell am start 一个APP时,报错java.lang.SecurityException: Permission Denial: starting Intent { flg=0x10000000 cmp=com.honghesoft.calligrapher/.AtyMain } from null (pid=17653, uid=2000) not exported from uid 10010...........
查了一些资料,说组件的intent-filter要设置exported 属性为true,应该如何解决呢?求助老师