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.
我的应用程序有 3 个入口点。用户可以从启动器启动它,方法是点击通知图标,或者点击一个 url(由意图过滤器配置)。我的问题是;我怎么知道启动器活动?
有任何想法吗?
您可以使用共享首选项设置一个值,让后续活动(或应用程序对象)知道启动活动是什么。
可能有一些选项,具体取决于您希望应用程序的行为方式,例如使用发送活动的代码启动第二个活动以获取结果,但您的问题不够详细,只能提出最简单的建议。