下面的代碼是用來發射的Facebook啓動雅虎郵箱:從另一個應用程序
Intent intent = new Intent("android.intent.category.LAUNCHER");
intent.setClassName("com.facebook.katana", "com.facebook.katana.LoginActivity");
startActivity(intent);
我試圖完成對雅虎郵件應用程序相同。
任何想法需要在Intent和setClassName語句中使用哪些名稱?
感謝
[http://stackoverflow.com/questions/3935009/how-to-open-gmail-compose-when-a-button-is-clicked-in-android-app](http://stackoverflow.com/questions/3935009/how-to-open-gmail-compose-when-a-button-is-in-in-android-app) –