检测图像捕获

时间:2013-06-12 06:12:00

标签: android

我需要检测原生Android应用程序的图像捕获。有没有办法做到这一点? 我在这方面考虑的一些问题是: - Android: BroadcastReceiver intent to Detect Camera Photo Taken?

1 个答案:

答案 0 :(得分:0)

没有广播操作可用于过滤正在执行的图像捕获操作。

检查链接http://developer.android.com/reference/android/content/Intent.html#ACTION_CAMERA_BUTTON,只有“android.intent.action.CAMERA_BUTTON”可用于检测按下的“相机按钮”。