Example usage for android.app DownloadManager.DownloadListener interface-usage

List of usage examples for android.app DownloadManager.DownloadListener interface-usage

Introduction

In this page you can find the example usage for android.app DownloadManager.DownloadListener interface-usage.

Usage

From source file com.hippo.ehviewer.download.DownloadService.java

public class DownloadService extends Service implements DownloadManager.DownloadListener {

    public static final String ACTION_START = "start";
    public static final String ACTION_START_RANGE = "start_range";
    public static final String ACTION_START_ALL = "start_all";
    public static final String ACTION_STOP = "stop";