Hi Dear,
my activity shows help dialog when it starts but as soon as i click
the click search button on the phone, search dialog appears and my
dialog goes away.
i can ignore the search key in my activity like below but it is still
working when i have any dialog on top
@Override
public boolean onSearchRequested() {
return false;
}
any idea how can i ignore search action completely for my dialog
Thanks
--
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