android - how to show a context menu in a textView added by “windowManager.addView(view, params)” - Stack Overflow

admin2025-04-26  5

I want to show a floating window using the windowManager.addView(view, params) API. However, after selecting text in the floating window, the text is highlighted, but the context menu doesn't appear. While I intend to build my own context menu, I can't even get the system context menu to show up.

Interestingly, using the same layout in another activity with setContentView(view), the text can be selected, and the system context menu shows up as expected.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1745652513a312255.html

最新回复(0)