api doc of call mentions all methods that are safe to be called from the background, except the new updateValue
is:
Only the updateProgress, updateMessage, and updateTitle methods of Task may be called from code within this method.
should be
Only the updateProgress, updateMessage, updateTitle and updateValue methods of Task may be called from code within this method
is:
Only the updateProgress, updateMessage, and updateTitle methods of Task may be called from code within this method.
should be
Only the updateProgress, updateMessage, updateTitle and updateValue methods of Task may be called from code within this method