【发布时间】:2012-06-12 14:41:46
【问题描述】:
如何使用 Android 下载器下载文件? (WebBrowser 也在使用的下载器)。
我试过这样的:
Intent i = new Intent(Intent.ACTION_VIEW , Uri.parse("MyUrl"));
startActivity(i);
有更好的方法吗?
编辑
我使用的是 Android 2.2
【问题讨论】:
标签: android file debugging download android-2.2-froyo