开发者

Android add my application intent to edittext menu options

开发者 https://www.devze.com 2023-01-08 18:40 出处:网络
I need to add a option to my app after select,copy,copy all, paste of menu items of edit text. I have to add intent action in th开发者_如何学运维at menu so that when user click the option it will trig

I need to add a option to my app after select,copy,copy all, paste of menu items of edit text. I have to add intent action in th开发者_如何学运维at menu so that when user click the option it will trigger to my application

Thanks in advance :)


ts as simple as that..

On click event of that menu item handle event.. and define intent, also define its action and your application class,then StartActivity or startActivity for result...

Thanks Rakesh

0

精彩评论

暂无评论...
验证码 换一张
取 消