From 820e183ca76d0f7feb5d7584d5eddcd49a4e7d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Fri, 28 Aug 2015 17:03:15 +0200 Subject: Fix and improve OpenPgpService2 code --- .../main/java/org/openintents/openpgp/example/OpenPgpApiActivity.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/src/main/java/org/openintents/openpgp/example/OpenPgpApiActivity.java') diff --git a/example/src/main/java/org/openintents/openpgp/example/OpenPgpApiActivity.java b/example/src/main/java/org/openintents/openpgp/example/OpenPgpApiActivity.java index 1c3ab1e..823c202 100644 --- a/example/src/main/java/org/openintents/openpgp/example/OpenPgpApiActivity.java +++ b/example/src/main/java/org/openintents/openpgp/example/OpenPgpApiActivity.java @@ -30,7 +30,7 @@ import android.widget.Button; import android.widget.EditText; import android.widget.Toast; -import org.openintents.openpgp.IOpenPgpService; +import org.openintents.openpgp.IOpenPgpService2; import org.openintents.openpgp.OpenPgpDecryptionResult; import org.openintents.openpgp.OpenPgpError; import org.openintents.openpgp.OpenPgpSignatureResult; @@ -148,7 +148,7 @@ public class OpenPgpApiActivity extends Activity { providerPackageName, new OpenPgpServiceConnection.OnBound() { @Override - public void onBound(IOpenPgpService service) { + public void onBound(IOpenPgpService2 service) { Log.d(OpenPgpApi.TAG, "onBound!"); } -- cgit v1.2.3