[android-developers] Re: How to implement preference's multiple dependency?

2014-07-16 Thread Max
I have exactly the same issue. Have you found any solution to the problem? Regards, Max -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] Re: How to implement preference's multiple dependency?

2010-12-09 Thread mine260309
I tried to add a Timer and when timeout, it calls AdjustPreference() In this way, the dependency status is updated in most cases, but sometimes, it's still not working. So I'm guessing that the notifyDependencyChange() is called before the dependent preference is ready to get notified, that why