我正在尝试找到一种方法来监听内置相机应用程序捕获事件。
我希望每次拍照时都会触发我的应用程序。
是否可以?
我在这里读到
这是不可能的......
如果这是不可能的,也许,还有另一种方法可以实现它?
例如接收新文件事件并检查文件是否是图片......
I am trying to find a way to listen to a built-in Camera application Capture event.
I want my application to be triggered each time a picture is taken.
Is it possible?
I read here
that it is impossible...
If it is impossible then, maybe, there is another way to achieve it?
For example receive a new file event and check if the file is picture...
发布评论
评论(1)
不可能就是不可能的意思。 :)
除非您自己修改 Android 平台以覆盖其中一些安全功能并提供自定义图像,然后将其闪存到各个设备上,但我想这不是您想要的。 ..
Impossible means impossible. :)
Unless you were to modify the Android platform yourself to override some of these security features and provide custom images which you would then flash onto individual devices, but I imagine that's not what you're looking for...