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 的另一个应用程序中触发的双击事件?
这是不可能的。你不能在你的应用程序之外访问这样的事件,除非你想要它们的应用程序Broadcast在它们发生时发送 a 或其他东西,然后你可以用BroadcastReceiver.
Broadcast
BroadcastReceiver