Externalize all import actions into ImportKeysActivity

This commit is contained in:
Dominik Schürmann
2013-01-07 15:56:56 +01:00
parent 05778fd482
commit 9758cb673f
15 changed files with 665 additions and 548 deletions

View File

@@ -589,7 +589,11 @@ public class ProviderHelper {
Log.e(Constants.TAG, "No master keys given!");
}
return output;
if (output.size() > 0) {
return output;
} else {
return null;
}
}
public static byte[] getPublicKeyRingsAsByteArray(Context context, long[] masterKeyIds) {