Mikołaj Kąkol
03/31/2022, 11:54 AM/**
* Called when a context menu option for the text view is selected. Currently
* this will be one of {@link android.R.id#selectAll}, {@link android.R.id#cut},
* {@link android.R.id#copy}, {@link android.R.id#paste} or {@link android.R.id#shareText}.
*
* @return true if the context menu item action was performed.
*/
public boolean onTextContextMenuItem(int id) {
saket
05/10/2022, 3:36 PMLocalTextToolbar
for listening to cut, copy and paste eventsMikołaj Kąkol
05/16/2022, 11:03 AMsaket
05/16/2022, 1:56 PM