开发者

Can I add menu on other android application?

开发者 https://www.devze.com 2023-03-24 05:57 出处:网络
I want to add m开发者_Go百科enu on other android application . For example , the user snaps photo with android phone. When user select option menu to save, I want to add this opiton menu on my project

I want to add m开发者_Go百科enu on other android application . For example , the user snaps photo with android phone. When user select option menu to save, I want to add this opiton menu on my project menu .Is it possible ?


No you cannot alter/add the behavior of other android application unless you go ahead and customize the ROM.

What you can do though for your case is to create an application that allows user to capture picture using Android camera Intent. Once the image returns to your application you can show your options menu. The other approach would be to create a custom Camera application.

0

精彩评论

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