1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 18:29:23 +02:00

network action constants

This commit is contained in:
Nikolay Pultsin 2014-10-27 17:33:19 +02:00
parent d479087637
commit 034e3fd864
2 changed files with 3 additions and 1 deletions

View file

@ -38,6 +38,8 @@ import org.geometerplus.android.util.PackageUtil;
public abstract class Util implements UserRegistrationConstants {
static final String AUTHORIZATION_ACTION = "android.fbreader.action.network.AUTHORIZATION";
static final String SIGNIN_ACTION = "android.fbreader.action.network.SIGNIN";
static final String TOPUP_ACTION = "android.fbreader.action.network.TOPUP";
static final String EXTRA_CATALOG_ACTION = "android.fbreader.action.network.EXTRA_CATALOG";
public static final String ADD_CATALOG_ACTION = "android.fbreader.action.ADD_OPDS_CATALOG";
public static final String ADD_CATALOG_URL_ACTION = "android.fbreader.action.ADD_OPDS_CATALOG_URL";