mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 10:19:33 +02:00
new action constants
This commit is contained in:
parent
a03653a137
commit
50afb52006
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ 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";
|
||||
|
||||
public static final String ADD_CATALOG_ACTION = "android.fbreader.action.ADD_OPDS_CATALOG";
|
||||
public static final String EDIT_CATALOG_ACTION = "android.fbreader.action.EDIT_OPDS_CATALOG";
|
||||
|
||||
public static Intent intentByLink(Intent intent, INetworkLink link) {
|
||||
if (link != null) {
|
||||
intent.setData(Uri.parse(link.getUrl(UrlInfo.Type.Catalog)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue