Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
现在,当用户从 android 手机上的 gmail 帐户单击电子邮件地址时,我可以在默认共享应用程序列表中显示我的 android 应用程序。
但是我怎样才能在我的应用程序中获取电子邮件地址?
谢谢。
阅读共享内容培训,特别是处理传入内容。
String sharedText = intent.getStringExtra(Intent.EXTRA_EMAIL);