Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有异步任务的活动,将文件发送到 Web 服务,如果我在活动中,我发送文件,在过程的中间我回到活动,异步任务完成。我怎样才能让这不会发生?
您可以使用 progressDialog 并将 Cancelable 设置为 false 以防止这种情况发生。