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

unused constants

This commit is contained in:
Nikolay Pultsin 2011-08-17 11:16:17 +01:00
parent 17b3b6f9e8
commit 81bd86d200

View file

@ -46,11 +46,7 @@ abstract class Util implements UserRegistrationConstants {
"android.fbreader.action.NETWORK_LIBRARY_REGISTER";
static final String TOPUP_ACTION =
"android.fbreader.action.network.TOPUP";
static final String LIST_ACTION_ID = "list";
static final String BROWSER_ACTION_ID = "browser";
static final String SMS_ACTION_ID = "sms";
static final String CREDIT_CARD_ACTION_ID = "credit_card";
static final String SELF_SERVICE_ACTION_ID = "self_service";
private static boolean testService(Activity activity, String action, String url) {
return url != null && PackageUtil.canBeStarted(activity, new Intent(action, Uri.parse(url)), true);