直接在代码:

Intent dialogIntent = new Intent(getBaseContext(), YourActivity.class); 
dialogIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); 
getApplication().startActivity(dialogIntent); 

http://bbs.51cto.com/thread-1133875-1.html

相关文章: