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 GoogleTV 开发的新手。我的要求是我在后台运行的一项服务将为用户提供状态栏通知。从状态栏通知中,当用户单击它时,另一个内置应用程序/内置 chrome 浏览器(带有预定义的 URL)应该启动。
这可能吗?
是的 - 当用户点击您的通知时,它可以启动您想要的任何意图。这是使用Notification.Builder.SetContentIntent()它可以是任何应用程序的意图来完成的。
Notification.Builder.SetContentIntent()