Title: How can handle onkeydown on nested PreferenceScreens
how can iam handle the onkeyevent on nested preferencescreen.
in the preferenceactivity its working correct with onkeydown method.
but if iam add a sub preferencescreen like the follow (inner1), iam don't can handle key events.
how can iam get the keyevent (onkeydown) from the inner preferencescreen???
<PreferenceScreen android:id="outer">
<ListPreference ...></ListPreference>
<PreferenceScreen android:id="inner1">
<CheckboxPreference ...></CheckboxPreference>
</PreferenceScreen>
</PreferenceScreen>
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

