is there any way to remove or block the system generated Menus????

On 4 July 2012 19:16, Mark Murphy <mmur...@commonsware.com> wrote:

> On Wed, Jul 4, 2012 at 9:38 AM, Bunty syed <itsmeatfo...@gmail.com> wrote:
> > Whenever  there is long press or double tap on some text in edit
> text,action
> > bar is coming with some options like cut,copy ,etc..
> >
> > Is there any callback method tat gets called when some menu in the action
> > bar is clicked so that I can handle them...
>
> For your own app's EditText widgets, you can call
> setCustomSelectionActionModeCallback() to add your own stuff to the
> action mode.
>
> > Actually, I want to handle cut copy paste & share menu items actions in
> all
> > System generated menu so I am looking for some android provided callbacks
> > for all of them..
>
> Fortunately, this is not possible, for obvious security and privacy
> reasons. You are welcome to make your own Android mod and install that
> custom firmware on your own Android device that has this capability,
> if you so choose.
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://github.com/commonsguy
> http://commonsware.com/blog | http://twitter.com/commonsguy
>
> Android Training... At Your Office: http://commonsware.com/training
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to