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.
我想检测我的应用程序是正常启动还是被另一个应用程序调用。有没有办法理解它?
当您也是父应用程序(您启动“您的”应用程序的地方)的所有者时,您可以这样做。在这种情况下,您可以在 Intent 中发送一些额外的参数并读取它是否存在于您的应用程序中。在不认为你可以在任何其他情况下做到这一点。
您应该使用Intents、intent-filters 和从中收集的数据。
Intent
intent-filter
有关更多信息,请查看此处和此处。