Fix YubiKey naming, cleanup

This commit is contained in:
Dominik Schürmann
2015-04-15 10:02:41 +02:00
parent f41758261f
commit 3668c8897d
11 changed files with 59 additions and 67 deletions

View File

@@ -167,7 +167,7 @@ public class OpenPgpService extends RemoteService {
switch (requiredInput.mType) {
case NFC_DECRYPT:
case NFC_SIGN: {
// build PendingIntent for Yubikey NFC operations
// build PendingIntent for YubiKey NFC operations
Intent intent = new Intent(context, NfcOperationActivity.class);
// pass params through to activity that it can be returned again later to repeat pgp operation
intent.putExtra(NfcOperationActivity.EXTRA_SERVICE_INTENT, data);