On Sat, Oct 29, 2011 at 5:28 AM, Harshad <[email protected]> wrote: > Have any of you app developers faced this situation: You have an app that > needs to download data from the Internet, but don't want to add the Internet > permission to your application, because it may deter some users from > installing the app. Moreover, the data may be large and may need to be saved > to the SD card, which requires yet another permission. You also need to > ensure that a network is available currently, which means more permissions > (WiFi state, etc). > > Here's my proposed solution: A URL fetch service
Here's my proposed solution: use DownloadManager: http://developer.android.com/reference/android/app/DownloadManager.html -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 4.0 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

