I have an app that will do different things for the following actions on a view: - Swipe Up - Swipe Down - Single Press - Double Press - Long Press
One of the new features I am working on is the providing a way for the user to customize what each of those actions do. Everything is coming along nicely except when it comes to displaying a Context Menu. The current behavior in my app is that a long press will display the context menu (and that will be the default setup once the new features are implemented as well). I have been setting up the context menu functionality by calling setOnCreateContextMenuListener() on the view, but when I use this method the view is automatically set up to display the context menu with a long press. I have not been able to find anything on StackOverflow, Google or this forum that would indicate how to accomplish this. If it is not possible then I will just scrap the ability to customize the context menu action... Just seems less polished to only allow some customization... -- 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

