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.
ContentObserver是否可以通过构造 Uri 并在注册时将其作为参数传递来使用 a来监视变量更改(例如字符串)?如果是,您能否提供一个功能示例?
ContentObserver
它不会通过对任意字符串值执行 Uri.parse 来工作。
我不认为它会起作用。用例是什么?它表明您无法控制的某些东西正在修改变量。这怎么可能发生?
它应该与字符串值一起使用,
它对我有用。我用过Uri.parse如下:
Uri.parse
contentResolver.notifyChange(Uri.parse("content://com.example.provider/notification"), null)