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 将单个应用程序沙箱化,因此您只能通过其公开的服务(意图和内容提供者)与其他应用程序进行交互。阅读更多。