: On devices with edge-to-edge navigation, a swipe-to-back gesture can occasionally conflict with horizontal scrolling inside a menu or list. Developer Implementation
The is a specific interaction pattern used to dismiss contextual menus (like long-press menus, popup menus, or contextual action bars) using the system navigation "Back" command. Android Context Menu Back Button
: The context menu is treated as a temporary "top" layer. The system intercepts the Back event to pop this layer off before it affects the underlying activity or fragment. : On devices with edge-to-edge navigation, a swipe-to-back