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.
我的 App 小部件有一个 TextView,它在与用户交互时会发生文本更改。现在我如何在运行时从中检索文本?
你不能。应用小部件是只写的:您可以向它们推送数据,但不能读取它们。
相反,当您使用新文本更新应用小部件时,您需要将该文本存储在某个地方,也许是在一个文件中。