Reputation: 1308
In latest versions of Android when we long touch over texts (in browser or text edit fields) some context menu appears as shown in image bellow.
My question is what are the names of these menus (highlighted in red blocks) ? And is there any way I can add my own customized item in the same menus ?
Upvotes: 0
Views: 2342
Reputation: 1006944
is it possible to modify Android's default Contextual Action Bar for all apps ?
No. Your Android SDK app cannot affect the UI of other apps in that fashion.
You are welcome to add your changes to a revised version of the Android framework in a custom ROM mod, though.
Upvotes: 1