mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-25 08:28:50 -05:00
Add another verbose hint for ApgCon constructor
This commit is contained in:
parent
209b300638
commit
945e8bb25b
@ -59,6 +59,7 @@ public class ApgCon {
|
||||
mContext = ctx;
|
||||
|
||||
try {
|
||||
Log.v(TAG, "Searching for the right APG version");
|
||||
ServiceInfo apg_services[] = ctx.getPackageManager().getPackageInfo("org.thialfihar.android.apg",
|
||||
PackageManager.GET_SERVICES | PackageManager.GET_META_DATA).services;
|
||||
if (apg_services == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user