Android Download Manager - Get Notified when there is no more pending Request

前端 未结 0 1001
挽巷
挽巷 2021-01-17 23:55

To check if there are ongoing Download manager requests, one could :

cursor = downloadManager.query(new Query());
int res = cursor.getCount();
<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题