isNewCameraPhoto

private fun isNewCameraPhoto(file: File): Boolean

Checks whether a given file is a new camera photo.

Return

true if file has an ExifInterface.TAG_DATETIME tag that is max 10s older than the current time, false otherwise