我嘗試發送電子郵件,使用我的星系連接與Android 4.2.2和即時通訊失蹤的選擇器中的谷歌郵件應用程序。每個其他應用程序是可用的。 nexus 7上的相同問題。安卓4.2.2 - GMail應用程序不在意圖選擇器
我讀了一些關於bug的內容,googlemail應用程序不能處理附件,但是我將代碼降到最低,gmail應用程序仍然丟失。
Intent mailer = new Intent(Intent.ACTION_SEND);
mailer.setType("text/plain");
startActivity(Intent.createChooser(mailer, "pls show gmail"));
也嘗試使用「message/rfc822」作爲類型,但同樣的問題:沒有gmail應用程序可用。
嘗試了android 4.0.x和氰基mod和android 4.2.2的設備上的相同的代碼,並且一切正常。
任何人都可以幫助我嗎?有沒有解決辦法?
你看http://stackoverflow.com/questions/3592745/how-to-open-a-particular-message-conversation-in-the- gmail-app/10895903#10895903? – 2013-03-25 10:56:59
剛剛發現:如果我嘗試分享圖片或網址,gmail應用程序仍然丟失。提交bugreport:https://code.google.com/p/android/issues/detail?id=53599 – dreiling 2013-03-25 10:57:25
@AlexFlorescu感謝您的鏈接,但它不適合我。 :-( – dreiling 2013-03-25 11:03:11