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 手机时以某种方式得到通知(无论此帐户使用的是默认电子邮件应用程序还是任何其他电子邮件客户端)?
我正在使用 Java 邮件 API。
很可能您必须BroadcastReceiver为传入的电子邮件定义监听。 现在,您应该将调查重点放在发现Intent新电子邮件到达时触发的内容上。
BroadcastReceiver
Intent
请注意,这可能是特定于每个应用程序的,其他邮件客户端可能根本不会发送任何 Intent。