I want to download from the Internet using IntentService . I pass the URL through Intent to the IntentService by calling startService(intentserive); .
If I call startService for different purposes, do I start the start queue for the download?
android android-intentservice
user3900720
source share