Recent content by Darksymphony

  1. D

    Replacing deprecated Tasks.call while using Google Drive API

    In my android app I have an option to backup the database to Google Drive. For that I am using DriveServiceHelper class, but I just noticed, in Android 11 the Task.call is deprecated. This is a part of the DriveServiceHelper class: public Task<FileList> queryFiles() { return...