当我尝试在我的Nexus S上启动视频意图由于某种原因Adobe Reader始终启动。Android视频意向启动Adobe Reader
这里是我启动我的意图:
Intent i = new Intent(Intent.ACTION_VIEW);
i.setType("video/*");
i.setData(Uri.parse("... .3gp));
act.startActivity(i);
但是这会导致以下日志:
I/ActivityManager( 109): Starting: Intent { act=android.intent.action.VIEW dat=file:///mnt/sdcard/.../.3gp cmp=com.adobe.reader/.AdobeReader } from pid 26934