Re: [android-developers] question about FindPreference.setDependency and CheckBoxPreference.setDependency

2011-02-16 Thread Kostya Vasilyev
Dependencies are registered by the child preference with the parent (whatever is dependent registers with whatever it's dependent on).

[android-developers] question about FindPreference.setDependency and CheckBoxPreference.setDependency

2011-02-15 Thread stanly
hi all, I have traced for native Setting app for some days, I want to understand the code when user enable airplane mode then bluetooth toggle and bluetooth settings will be disable, in the WirelessSettings.java, used wireless_settings.xml layout, there are some CheckBoxPreference widget for