Which of the following best explains the Android context menus?
Which of the following best explains the Android context menus?
A context menu in Android is a floating menu that appears when the user performs a long-click on an element. It provides actions that affect the selected content or context frame. Registering the context menu for a view using registerForContextMenu(View) is a common practice.
B. It is a floating menu that appears when the user performs a long-click on an element. It provides actions that affect the selected content or context frame.