Add constants for the DownloadService

This commit is contained in:
Rashiq 2016-06-06 01:31:45 +02:00
parent 61181bc515
commit 415579839a

View File

@ -0,0 +1,6 @@
package org.kiwix.kiwixmobile.downloader;
public class DownloadIntent {
public static final String DOWNLOAD_URL_PARAMETER = "DOWNLOAD_URL_PARAMETER";
public static final int DOWNLOAD_NOTIFICATION_ID = 431996;
}