Is it possible to add an item to mobile context menu when a text is selected in any app?

I want to add an option to context menu everywhere in mobile, similar to https://chrome.google.com/webstore/detail/imgur-uploader/lcpkicdemehhmkjolekhlglljnkggfcf?hl=en but for mobile across all apps.

asked Feb 28, 2022 at 5:04 Mihir Karbelkar Mihir Karbelkar 23 5 5 bronze badges This is what you are looking for: Creating custom Text Selection actions with ACTION_PROCESS_TEXT Commented Feb 28, 2022 at 10:37 Hey, thanks for this,it worked. Is there something similar for ios as well? Commented Feb 28, 2022 at 18:29 Related questions Android add item to global context menu Show context menu on demand in Android creating context menu in Android Related questions Android add item to global context menu Show context menu on demand in Android creating context menu in Android Is it possible to add some item in the context menus of android (system menu) Open Context menu on click of Menu button in android context menu in android How to add custom items in 'Text long press context menu' in Android app? Create on Android a Context Menu when selecting an Item from a Popup Menu

How can we add a new context menu option to all the apps that would show up when user selects a text and long presses on it?