I'm trying to write a Tasks app for Android, using the v1.3 library here:
As per the Javadoc, the TaskList class has a getUpdated() API, returning the last-modification time of the list. However, it's missing in the library and I need this API. Any reason why it's missing and how I can get it?