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.
在我的应用程序中,我通过 registerOnSharedPreferenceChangeListener() 函数为 Preference 更改注册了几个侦听器。
这个答案给了我一个提示(侦听器在单个线程中调用,顺序调用),这似乎很明显,但我找不到调用顺序的任何确认,我的算法依赖于顺序。
任何人都可以确认吗?
调用顺序没有记录,因此您不应依赖它。