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:
parent
d479087637
commit
034e3fd864
2 changed files with 3 additions and 1 deletions
|
@ -72,7 +72,7 @@ public class TopupMenuActivity extends MenuActivity {
|
|||
|
||||
@Override
|
||||
protected String getAction() {
|
||||
return "android.fbreader.action.network.TOPUP";
|
||||
return Util.TOPUP_ACTION;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue