当用户截取他的 android 设备的屏幕截图时,我有什么方法可以在我的服务中检测到?
基本思想是每当用户对其设备进行截图时,都会显示一个弹出窗口,要求用户将图像上传到 facebook、twitter 等。
当用户截取他的 android 设备的屏幕截图时,我有什么方法可以在我的服务中检测到?
基本思想是每当用户对其设备进行截图时,都会显示一个弹出窗口,要求用户将图像上传到 facebook、twitter 等。
This is untested, but you may want to try the FileObserver class.
Point it at the screenshots folder and wait for a CREATE event.
https://developer.android.com/reference/android/os/FileObserver.html