Add another verbose hint for ApgCon constructor

This commit is contained in:
Markus Doits 2011-01-18 22:19:48 +00:00
parent 209b300638
commit 945e8bb25b

View File

@ -59,6 +59,7 @@ public class ApgCon {
mContext = ctx; mContext = ctx;
try { try {
Log.v(TAG, "Searching for the right APG version");
ServiceInfo apg_services[] = ctx.getPackageManager().getPackageInfo("org.thialfihar.android.apg", ServiceInfo apg_services[] = ctx.getPackageManager().getPackageInfo("org.thialfihar.android.apg",
PackageManager.GET_SERVICES | PackageManager.GET_META_DATA).services; PackageManager.GET_SERVICES | PackageManager.GET_META_DATA).services;
if (apg_services == null) { if (apg_services == null) {