05-29 15:47:17.936: E/AndroidRuntime(10458): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.smalant.demo.actionbar.test/com.smalant.demo.actionbar.test.MainActivity}: java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.VIEW cmp=com.smalant.demo.actionbar/.OtherActivity } from ProcessRecord{418dd770 10458:com.smalant.demo.actionbar.test/10128} (pid=10458, uid=10128) not exported from uid 10127
解决办法:
U have to add android:exported="true"
in the manifest file in the activity you are trying to start
From the link given above