Skip to content

Get lastModified info of files sent [Android -> PC]

Piyush Aggarwal requested to merge timestamp into master

Please Note:-

this patch uses the DATA column from ContentProvider.

Features:-

  1. Supports all android versions prior to Q

Issues with this approach:-

  1. DATA column is deprecated in Android Q [source]
  2. Unspecified Behavior

The lastModified data is originally available as milliseconds passed since Jan 1, 1970 UTC 0000, so it can be utilised however PC side supports it.

Edited by Piyush Aggarwal

Merge request reports